Reorganize frontend and install Craco to alias modules (#190)
This commit is contained in:
12
front/src/modules/pipelines/interfaces/pipeline.interface.ts
Normal file
12
front/src/modules/pipelines/interfaces/pipeline.interface.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export interface Pipeline {
|
||||
id: string;
|
||||
name?: string;
|
||||
icon?: string | null;
|
||||
}
|
||||
|
||||
export interface GraphqlQueryPipeline {
|
||||
id: string;
|
||||
name?: string;
|
||||
icon?: string | null;
|
||||
__typename: string;
|
||||
}
|
||||
Reference in New Issue
Block a user