Uecko_ERP/apps/server/archive/contexts/auth/presentation/dto/user.response.dto.ts
2025-05-04 22:06:57 +02:00

6 lines
94 B
TypeScript

export interface IListUsersResponseDTO {
id: string;
username: string;
email: string;
}