mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { Permission } from "core";
|
|
|
|
export const createUser = new Permission("auth.user.create");
|
|
//export const updateUser = new Permission("auth.user.update");
|