Uecko_ERP/apps/server/archive/contexts/auth/presentation/dto/user.response.dto.ts

6 lines
94 B
TypeScript
Raw Normal View History

2025-02-15 21:30:12 +00:00
export interface IListUsersResponseDTO {
id: string;
2025-02-20 18:55:24 +00:00
username: string;
2025-02-15 21:30:12 +00:00
email: string;
}