export interface IkasLoyaltyProgramSaleChannel { salesChannelId: string; storefrontId?: string | null; routingIds?: string[] | null; } export interface IkasLoyaltyProgram { id: string; salesChannels?: IkasLoyaltyProgramSaleChannel[] | null; }