Type Alias NextCodeDeliveryType

NextCodeDeliveryType: Exclude<SentCodeDeliveryType, "app"> | "none"

Type describing next code delivery type. See DeliveryType for information on values.

Additionally, can be none if no more types are available