Files
graphql-api-js/src/types/designer-types.ts
T
2021-07-06 15:57:22 +02:00

6 lines
76 B
TypeScript

export interface Designer {
id: number;
name: string;
path: string;
}