UNPKG

@gridscale/api

Version:
5 lines (4 loc) 128 B
import { SnapshotIndex } from './SnapshotIndex'; export declare type SnapshotsGetResponse = { snapshots?: SnapshotIndex; };