interface SerializedConstructor {
    graph?: Record<string, any>;
    id: string[];
    kwargs: SerializedFields;
    lc: number;
    name?: string;
    type: "constructor";
}

Hierarchy (view full)

Properties

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