export type IkasStorefrontB2BSettings = { allowOnlyApprovedCustomersToLogin: boolean; showPrices: IkasStorefrontB2BShowPricesEnum; showProducts: IkasStorefrontB2BShowProductsEnum; }; export type IkasStorefrontB2BShowPricesEnum = "ALWAYS" | "NEVER" | "ONLY_TO_CUSTOMERS"; export type IkasStorefrontB2BShowProductsEnum = "ALWAYS" | "ONLY_TO_CUSTOMERS";