UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 266 B
import { RmaChangeTypeEnum } from '../../../telephony/RmaChangeTypeEnum'; /** xdsl.rma.changeType.post */ export interface Post { /** Types of return merchandise authorisation you can change to */ type: RmaChangeTypeEnum; } //# sourceMappingURL=Post.d.ts.map