Files
twenty_crm/front/src/interfaces/pipe.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
72 B
TypeScript

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