interface SerializedNotImplemented {
    graph?: Record<string, any>;
    id: string[];
    lc: number;
    name?: string;
    type: "not_implemented";
}

Hierarchy (view full)

Properties

Properties

graph?: Record<string, any>
id: string[]
lc: number
name?: string
type: "not_implemented"