Files
twenty/front/src/interfaces/tenant.interface.ts
T

5 lines
58 B
TypeScript

export interface Tenant {
id: number;
name: string;
}