/** vps.migration2018.post */
export interface Post {
    /** Choosen plan for migration */
    newPlan: string;
}
//# sourceMappingURL=Post.d.ts.map