- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
13 lines
316 B
TypeScript
13 lines
316 B
TypeScript
import { Tenant } from '../../auth/entities/tenant.entity';
|
|
export declare class TenantWhatsAppNumber {
|
|
id: string;
|
|
tenantId: string;
|
|
tenant: Tenant;
|
|
phoneNumberId: string;
|
|
phoneNumber: string;
|
|
displayName: string;
|
|
isPlatformNumber: boolean;
|
|
isActive: boolean;
|
|
createdAt: Date;
|
|
}
|