mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
public commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Permission } from "core";
|
||||
|
||||
export const configRead = new Permission("system.config.read");
|
||||
export const configReadSecrets = new Permission("system.config.read.secrets");
|
||||
export const configWrite = new Permission("system.config.write");
|
||||
export const schemaRead = new Permission("system.schema.read");
|
||||
export const build = new Permission("system.build");
|
||||
Reference in New Issue
Block a user