UNPKG

skailan-conversations

Version:

Servicio de conversaciones y mensajería para Skailan

10 lines 315 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); updateName(newName: string): void; } //# sourceMappingURL=Tag.d.ts.map