import { UniverseEnum } from './UniverseEnum';
/** Vip Service */
export interface SupportVip {
    /** Name of the VIP offer */
    serviceName: string;
    /** VIP universes of this service */
    universe: UniverseEnum[];
}
//# sourceMappingURL=SupportVip.d.ts.map