import { StoreDataStoreExtensionInterface } from './storeDataStoreExtensionInterface'; export interface StoreDataStoreInterface { id: number; code: string; name: string; websiteId: number; storeGroupId: number; extensionAttributes?: StoreDataStoreExtensionInterface; }