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