/** vps.createSnapshot.post */
export interface Post {
    /** A textual description for your snapshot */
    description: string;
}
//# sourceMappingURL=Post.d.ts.map