2025-08-21 12:05:19 +02:00

5 lines
65 B
TypeScript

export interface IOrganization {
id: string;
name: string;
}