narinder1231's picture
update roles table according to latest changes
faf94f6
export interface RoleInterface {
id?: number;
name: string;
}