Type alias ImportObjectMap<CType>

ImportObjectMap<CType>: {
    [E in CType as E["type"]]?: ITaskConstructorInferFromInstance<CType>
} & {
    [prop: string]: unknown;
}

Type Parameters

Type declaration

  • [prop: string]: unknown

Generated using TypeDoc