export type StripeConfig = { API_KEY: string; [key: string]: any; };