Скорректированы dto и sql инструкции для новой базы данных cloud-beta.
This commit is contained in:
@@ -2,8 +2,6 @@ export type EdgeItemDto = {
|
||||
id: string;
|
||||
name: string;
|
||||
parentId: string | null;
|
||||
tagIds: string[];
|
||||
tagCount: number;
|
||||
};
|
||||
|
||||
export type EdgeResponseDto = {
|
||||
|
||||
Reference in New Issue
Block a user