KindFacets<B>: {
    [FacetKey in keyof B]: KindFacet<B[FacetKey]>
}

Type Parameters

  • B