Variable historySchemaConst
historySchema: ArraySchema<
ObjectSchema<
{
accounts: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
day: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
uses: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
},
undefined,
>,
undefined,
> = ...