Files
twenty_crm/front/src/interfaces/pipe.interface.ts
2023-04-12 11:39:46 +02:00

6 lines
72 B
TypeScript

export interface Pipe {
id: number;
name: string;
icon: string;
}