import { IPaths } from "./open-api-mine/i-paths";
export interface IOrderedPaths {
    [group: string]: IPaths;
}
