/** Missing description */
export interface ProjectVolumeSnapshotCreation {
    /** Snapshot description */
    description?: string;
    /** Snapshot name */
    name?: string;
}
//# sourceMappingURL=ProjectVolumeSnapshotCreation.d.ts.map