UPDATE: VERSION-20260315
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
|
||||
import type { NullableString } from '@/types';
|
||||
|
||||
export interface GraphComponentElement {
|
||||
id: number,
|
||||
name: NullableString,
|
||||
type: NullableString,
|
||||
description: NullableString,
|
||||
}
|
||||
|
||||
export interface GraphPosition {
|
||||
x: number;
|
||||
y: number;
|
||||
@@ -46,6 +53,7 @@ export interface GraphBaseElement {
|
||||
position: GraphPosition;
|
||||
category: NullableString;
|
||||
element?: GraphDraggableElement;
|
||||
components?: GraphComponentElement[]
|
||||
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user