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

5 lines
74 B
TypeScript
Raw Normal View History

2025-02-15 21:30:12 +00:00
export interface IListUsersResponseDTO {
id: string;
email: string;
}