UNPKG

@gridscale/api

Version:
10 lines (7 loc) 205 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { SnapshotIndex } from './SnapshotIndex'; export type DeletedSnapshotsGetResponse = { deleted_snapshots?: SnapshotIndex; }