shared/requests/stripe-create-checkout-session.ts (5 lines of code) (raw):

export interface StripeCreateCheckoutSessionRequest { paymentMethodType: 'card'; productTypeUrlPart: string; subscriptionId: string; }