/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Create Server Snapshot model */ export type CreateServerSnapshotModelDTO = { /** * Name of the snapshot */ name: string; };