File size: 73 Bytes
c05123c
faf94f6
c05123c
 
1
2
3
4
5
export interface RoleInterface {
    id?: number; 
    name: string;
  }