- Preparing search index...
- The search index is not available
Charged URI
Type alias InferExplicit<TEntriesModel>
InferExplicit<TEntriesModel>: { -readonly [key in RequiredKeys<TEntriesModel>]: UcInfer<TEntriesModel[key]>} & { -readonly [key in OptionalKeys<TEntriesModel>]?: UcInfer<TEntriesModel[key]>}
Type of object containing explicitly specified entries within map model.
Does not contain extra entries.