UNPKG

@gridscale/api

Version:
5 lines (4 loc) 111 B
import { Snapshot } from './Snapshot'; export declare type SnapshotGetResponse = { snapshot?: Snapshot; };