import { PopStatusEnum } from './PopStatusEnum';
/** CDN Pop */
export interface Pop {
    /**  */
    city: string;
    /**  */
    comment: string;
    /** Name of the pop */
    name: string;
    /**  */
    status: PopStatusEnum;
}
//# sourceMappingURL=Pop.d.ts.map