export enum CheckoutStep { Setup = "SETUP", Initial = "INITIAL", Payment = "PAYMENT", Verification = "VERIFICATION", Confirmation = "CONFIRMATION", Complete = "COMPLETE", }