UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

15 lines 352 B
import { StartupDto } from './startup.dto'; declare class ChildGroupDto { name: string; } export declare class GroupDto { name: string; child: ChildGroupDto[]; category: string; } export declare class DistributeGroupsDto { groups: GroupDto[]; startup: StartupDto; } export {}; //# sourceMappingURL=distribute-groups.dto.d.ts.map