UNPKG

skailan-contacts

Version:

Servicio de gestión de contactos para Skailan

18 lines 484 B
export declare class Tag { readonly id: string; organizationId: string; name: string; createdAt: Date; updatedAt: Date; constructor(id: string, organizationId: string, name: string, createdAt: Date, updatedAt: Date); private validate; updateName(newName: string): void; toJSON(): { id: string; organizationId: string; name: string; createdAt: Date; updatedAt: Date; }; } //# sourceMappingURL=Tag.d.ts.map