interface SerializedNotImplemented {
    id: string[];
    lc: number;
    type: "not_implemented";
}

Hierarchy (view full)

Properties

Properties

id: string[]
lc: number
type: "not_implemented"

Generated using TypeDoc