fix: add project_type property

feat/k8s-scaffold
corpulent 3 years ago
parent 921200c4c2
commit 249f31dad7

@ -23,6 +23,7 @@ export interface IProject {
name: string;
uuid: string;
data: string;
project_type: number;
created_at: string;
modified_at: string;
}
@ -338,6 +339,7 @@ export interface INetworkNodeItem extends INodeItem {
export interface IProjectPayload {
name: string;
visibility: number;
project_type: number;
data: {
canvas: {
position: {

Loading…
Cancel
Save