jira.js
    Preparing search index...

    Variable GetWorkflowTransitionRuleConfigurationsSchemaConst

    GetWorkflowTransitionRuleConfigurationsSchema: ZodObject<
        {
            draft: ZodOptional<ZodBoolean>;
            expand: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodString,
                        ZodArray<ZodString>,
                        ZodCustom<"transition" | string & {}, "transition" | string & {}>,
                        ZodArray<
                            ZodCustom<"transition" | string & {}, "transition" | string & {}>,
                        >,
                    ],
                >,
            >;
            keys: ZodOptional<ZodArray<ZodString>>;
            maxResults: ZodOptional<ZodNumber>;
            startAt: ZodOptional<ZodNumber>;
            types: ZodArray<
                ZodCustom<
                    string & {}
                    | "postfunction"
                    | "condition"
                    | "validator",
                    string & {} | "postfunction" | "condition" | "validator",
                >,
            >;
            withTags: ZodOptional<ZodArray<ZodString>>;
            workflowNames: ZodOptional<ZodArray<ZodString>>;
        },
        $strip,
    > = ...