mabel/src/builtins.rs

4 lines
106 B
Rust

use uuid::{uuid, Uuid};
pub const ROLE_SUPERADMIN: Uuid = uuid!("8adbaff9-d3c7-44b9-ac67-93833a67380e");