Interface RatingEffectiveDatesMap

Export

RatingEffectiveDatesMap

interface RatingEffectiveDatesMap {
    officeToSpecDates?: {
        [key: string]: RatingSpecEffectiveDates[];
    };
}

Properties

officeToSpecDates?: {
    [key: string]: RatingSpecEffectiveDates[];
}

Type declaration

Memberof

RatingEffectiveDatesMap