UnannotateAllowedTypes TypeAlias
Removes all annotations from a set of allowed types.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
export type UnannotateAllowedTypes<T extends AnnotatedAllowedTypes> = UnannotateAllowedTypesList<T["types"]>;
Type Parameters
Parameter | Constraint | Description |
---|---|---|
T | AnnotatedAllowedTypes |