import { BrandSettingsInterface, } from './index'; interface PhotobookBrandSettingsInterface extends BrandSettingsInterface { checkoutLogoImage: string; headerLogoImage: string; splashImage: string; } export default PhotobookBrandSettingsInterface;