jira.js
    Preparing search index...

    Variable CreatePermissionRequestSchemaConst

    CreatePermissionRequestSchema: ZodObject<
        {
            holder: ZodOptional<
                ZodObject<
                    {
                        type: ZodCustom<
                            string & {}
                            | "Group"
                            | "AccountId",
                            string & {} | "Group" | "AccountId",
                        >;
                        value: ZodString;
                    },
                    $loose,
                >,
            >;
            type: ZodCustom<
                string & {}
                | "View"
                | "Edit",
                string & {} | "View" | "Edit",
            >;
        },
        $loose,
    > = ...