/** * Create Server Snapshot model */ export type CreateServerSnapshotModelDTO = { /** * Name of the snapshot */ name: string; };