pl-api
    Preparing search index...

    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,
    > = ...