export interface IVendorPublicInfoResponse { name: string; logo: string; icon: string; whiteLabelMode: boolean; }