fix: projects editor to selected project editor, moved attributes editor
This commit is contained in:
9
src/client/models/ProjectGeneralInfoSchema.ts
Normal file
9
src/client/models/ProjectGeneralInfoSchema.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ProjectGeneralInfoSchema = {
|
||||
name: string;
|
||||
id: number;
|
||||
};
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { ProjectSchema } from './ProjectSchema';
|
||||
import type { ProjectGeneralInfoSchema } from './ProjectGeneralInfoSchema';
|
||||
export type UpdateProjectRequest = {
|
||||
project: ProjectSchema;
|
||||
project: ProjectGeneralInfoSchema;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user