UNPKG

@gridscale/api

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