Type alias TypesObject<TGraph>

TypesObject<TGraph>: {
    [K in GetGraphTypeField<TGraph>]?: true
}

Type Parameters

Generated using TypeDoc