UNPKG

@gridscale/api

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