UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

7 lines 293 B
import type { IRole } from "../entities/Role"; import type { Ownership } from "../interfaces/SystemTypes"; import BaseService from "./BaseService"; export declare class RoleService extends BaseService<IRole> { constructor(ownership?: Ownership); } //# sourceMappingURL=RoleService.d.ts.map