UNPKG

@gridscale/api

Version:
5 lines (4 loc) 169 B
import { SnapshotScheduleIndex } from './SnapshotScheduleIndex'; export declare type SnapshotSchedulesGetResponse = { snapshot_schedules?: SnapshotScheduleIndex; };