Skip to main content

UnannotateImplicitFieldSchema TypeAlias

Removes annotations from an annotated field schema.

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 UnannotateImplicitFieldSchema<T extends ImplicitAnnotatedFieldSchema> = T extends ImplicitAnnotatedAllowedTypes ? UnannotateImplicitAllowedTypes<T> : T;

Type Parameters

Parameter Constraint Description
T ImplicitAnnotatedFieldSchema