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

Hierarchy (view full)

Properties

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

Generated using TypeDoc