3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
|
export interface IRoleDto {
|
||
|
name: string;
|
||
|
}
|