/** * Restore Snapshot model */ export type RestoreSnapshotModelDTO = { snapshotId: number; };