export interface ShopModel { businessName: string; applicationId: string; projectId: string; masterKey: string; category: string; settings: any; ecommerce: any; country: string; region: string; street: string; rsa?: any; }