Uecko_ERP/apps/server/archive/contexts/contacts/presentation/dto/contacts.response.dto.ts
2025-09-18 13:17:18 +02:00

28 lines
439 B
TypeScript

export interface IListContactsResponseDTO {
id: string;
reference: string;
is_companyr: boolean;
name: string;
trade_name: string;
tin: string;
street: string;
city: string;
state: string;
postal_code: string;
country: string;
email: string;
phone: string;
fax: string;
website: string;
legal_record: string;
default_tax: number;
status: string;
language_code: string;
currency_code: string;
}