@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
7 lines • 298 B
TypeScript
import type { IRoute } from "../entities/Route";
import type { Ownership } from "../interfaces/SystemTypes";
import BaseService from "./BaseService";
export declare class RouteService extends BaseService<IRoute> {
constructor(ownership?: Ownership);
}
//# sourceMappingURL=RouteService.d.ts.map