UNPKG

@gridscale/api

Version:
5 lines (4 loc) 152 B
import { SnapshotSchedule } from './SnapshotSchedule'; export declare type SnapshotScheduleGetResponse = { snapshot_schedule?: SnapshotSchedule; };