UNPKG

@gridscale/api

Version:
10 lines (7 loc) 190 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { LocationIndex } from './LocationIndex'; export type LocationsGetResponse = { locations?: LocationIndex; }