Resets an already set decorator to undefined.
The required Name is the name of the type decorator (its first tuple entry).
type Password = string & MinLength<6> & Excluded;interface UserCreationPayload { password: Password & ResetDecorator<'excluded'>}
Optional
Generated using TypeDoc
Resets an already set decorator to undefined.
The required Name is the name of the type decorator (its first tuple entry).