interface ProductVariantChannelAvailabilityMap {
    [key: string]: ProductVariantChannelAvailability;
}

Indexable