UNPKG

@ability-ocean/dtos

Version:

Re-usable `Data Transfer Objects` that can be used when communicating with our API.

7 lines (6 loc) 151 B
export declare class ResourceGroupEditDTO { name: string; description: string; resources: Array<string>; teams: Array<string>; }