export interface IShopImage {
    [key: string]: string;
}
export interface IShopImageGalleryProps {
    /**
     *
     */
    shopImageGallery: Array<IShopImage>;
}
