UNPKG

@gridscale/api

Version:
10 lines (7 loc) 173 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import { Location } from './Location'; export type LocationGetResponse = { location?: Location; }