UNPKG

@ability-ocean/dtos

Version:

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

6 lines (5 loc) 185 B
import { TeamListDTO } from './team-list.dto'; import { BaseDTO } from '../global/base.dto'; export declare class TeamAccessDTO extends BaseDTO { access: Array<TeamListDTO>; }