export interface CustomerDataCustomerExtensionInterface { isSubscribed?: boolean; amazonId?: string; vertexCustomerCode?: string; }