interface IPlatformSettings { stripeClientId: string; stripeRedirectUrl: string; } export default IPlatformSettings;