narinder1231's picture
update roles table according to latest changes
faf94f6
raw
history blame contribute delete
73 Bytes
export interface RoleInterface {
id?: number;
name: string;
}