import { MerchantInstallProfile } from './MerchantInstallProfile'; export interface PlatformInstallRequest { email?: string; firstName?: string; lastName?: string; phone?: string; storeUrl: string; identitySecret?: string; secret?: string; moduleVersion?: string; platformVersion?: string; sdkVersion?: string; multistoreMerchantId?: string; profile?: MerchantInstallProfile; }