Appearance
type RegisteredRejectionType<T> = T extends object ? keyof TOptions["rejections"] | BuiltInRejectionType : BuiltInRejectionType;
Represents the possible Rejections registered within Register
T
Register