jira.js
    Preparing search index...

    Variable GetPrecomputationsSchemaConst

    GetPrecomputationsSchema: ZodObject<
        {
            functionKey: ZodOptional<ZodArray<ZodString>>;
            maxResults: ZodOptional<ZodNumber>;
            orderBy: ZodOptional<
                ZodCustom<
                    | string & {}
                    | "created"
                    | "updated"
                    | "functionKey"
                    | "used"
                    | "-created"
                    | "+created"
                    | "-functionKey"
                    | "+functionKey"
                    | "-used"
                    | "+used"
                    | "-updated"
                    | "+updated",
                    | string & {}
                    | "created"
                    | "updated"
                    | "functionKey"
                    | "used"
                    | "-created"
                    | "+created"
                    | "-functionKey"
                    | "+functionKey"
                    | "-used"
                    | "+used"
                    | "-updated"
                    | "+updated",
                >,
            >;
            startAt: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...