Subd/server/controllers/role/role.dto.ts
2024-04-23 12:08:46 +04:00

3 lines
45 B
TypeScript

export interface IRoleDto {
name: string;
}