UNPKG

@gridscale/api

Version:
10 lines (7 loc) 231 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { SnapshotScheduleIndex } from './SnapshotScheduleIndex'; export type SnapshotSchedulesGetResponse = { snapshot_schedules?: SnapshotScheduleIndex; }