UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 331 B
import { SpecialNumberCategoryEnum } from './portability/SpecialNumberCategoryEnum'; /** French value added services subject to the RSVA reform (Référentiel des numéros SVA) */ export interface Rsva { /** */ serviceName: string; /** */ typology?: SpecialNumberCategoryEnum; } //# sourceMappingURL=Rsva.d.ts.map