interface SerializedConstructor {
    id: string[];
    kwargs: SerializedFields;
    lc: number;
    type: "constructor";
}

Hierarchy (view full)

Properties

Properties

id: string[]
kwargs: SerializedFields
lc: number
type: "constructor"

Generated using TypeDoc