jira.js
    Preparing search index...

    Variable GetWorkflowSchemaConst

    GetWorkflowSchema: ZodObject<
        {
            id: ZodNumber;
            returnDraftIfExists: ZodOptional<ZodBoolean>;
            workflowName: ZodOptional<ZodString>;
        },
        $strip,
    > = ...