/**
 * This file was generated by st-open-api
 */
export interface ICityNameAttributes {
    country: string;
    name: string;
}
