5 lines
73 B
TypeScript

export interface IRole {
readonly id: number
readonly name: string
}