/**
 * This file was generated by st-open-api
 */
import { IWgs84Attributes } from './i-wgs84-attributes';
export interface IWgs84 {
    attributes: IWgs84Attributes;
}
