UNPKG

@tsed/formio-types

Version:
5 lines (4 loc) 189 B
export interface FormioPermission { type: "create_all" | "read_all" | "update_all" | "delete_all" | "create_own" | "read_own" | "update_own" | "delete_own" | "self"; roles: string[]; }