narinder1231's picture
update permission table according to lastest db changes
785f3a2
raw
history blame contribute delete
89 Bytes
export interface PermissionInterface {
id?: number;
permission_name: string;
}