UNPKG

@gridscale/api

Version:
5 lines (4 loc) 143 B
import { SnapshotIndex } from './SnapshotIndex'; export declare type DeletedSnapshotsGetResponse = { deleted_snapshots?: SnapshotIndex; };