jira.js
    Preparing search index...

    Variable WorkflowSchemeReadRequestSchemaConst

    WorkflowSchemeReadRequestSchema: ZodObject<
        {
            projectIds: ZodOptional<ZodNullable<ZodArray<ZodNullable<ZodString>>>>;
            workflowSchemeIds: ZodOptional<
                ZodNullable<ZodArray<ZodNullable<ZodString>>>,
            >;
        },
        $loose,
    > = ...

    The workflow scheme read request body.