Files
twenty_crm/front/src/interfaces/company.interface.ts
Charles Bochet 6c7eb53333 Add seeds and move to uuid (#80)
Co-authored-by: Charles Bochet <charles@twenty.com>
2023-04-26 16:42:01 +02:00

6 lines
82 B
TypeScript

export interface Company {
id: string;
name: string;
domain_name: string;
}