UNPKG

@gridscale/api

Version:
7 lines (5 loc) 195 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { SnapshotSchedule } from './SnapshotSchedule'; export type SnapshotScheduleIndex = Record<string, SnapshotSchedule>;