UNPKG

@ability-ocean/dtos

Version:

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

10 lines (9 loc) 206 B
export declare class TeamEditDTO { name: string; description: string; phone: string; email: string; type: number; users: Array<string>; resourceGroups: Array<string>; }