@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Variable RolePermissionsCreateConst

    RolePermissionsCreate: ZodObject<
        {
            permission: ZodUnion<
                readonly [
                    ZodObject<
                        { connect: ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip> },
                        $strip,
                    >,
                    ZodObject<
                        {
                            create: ZodObject<
                                {
                                    operation: ZodEnum<
                                        {
                                            APPROVE: "APPROVE";
                                            ARCHIVE: "ARCHIVE";
                                            DELETE: "DELETE";
                                            DEPLOY: "DEPLOY";
                                            EXPORT: "EXPORT";
                                            GRANT: "GRANT";
                                            IMPORT: "IMPORT";
                                            LOCK: "LOCK";
                                            MANAGE: "MANAGE";
                                            NOTIFY: "NOTIFY";
                                            READ: "READ";
                                            REJECT: "REJECT";
                                            RESTART: "RESTART";
                                            RESTORE: "RESTORE";
                                            REVOKE: "REVOKE";
                                            ROLLBACK: "ROLLBACK";
                                            START: "START";
                                            STOP: "STOP";
                                            SUBMIT: "SUBMIT";
                                            SYNC: "SYNC";
                                            TRIGGER: "TRIGGER";
                                            UNLOCK: "UNLOCK";
                                            UPDATE: "UPDATE";
                                            WRITE: "WRITE";
                                        },
                                    >;
                                },
                                $strip,
                            >;
                        },
                        $strip,
                    >,
                ],
            >;
            role: ZodUnion<
                readonly [
                    ZodObject<
                        { connect: ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip> },
                        $strip,
                    >,
                    ZodObject<{ create: ZodObject<{ name: ZodString }, $strip> }, $strip>,
                ],
            >;
        },
        $strip,
    > = ...