latest
This commit is contained in:
@@ -198,13 +198,13 @@ export interface ContextDefinition {
|
||||
// Navigation Node Types
|
||||
export interface NavigationNode {
|
||||
id: string;
|
||||
tldraw_snapshot: string;
|
||||
node_storage_path: string;
|
||||
label: string;
|
||||
type: string;
|
||||
context?: NavigationContextState;
|
||||
data?: {
|
||||
unique_id: string;
|
||||
tldraw_snapshot: string;
|
||||
uuid_string: string;
|
||||
node_storage_path: string;
|
||||
title?: string;
|
||||
name?: string;
|
||||
[key: string]: unknown;
|
||||
|
||||
Reference in New Issue
Block a user