UNPKG

@ability-ocean/dtos

Version:

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

5 lines (4 loc) 148 B
import { ApiResponseDTO } from './api-response.dto'; export declare class ApiResponseArrayDTO<T> extends ApiResponseDTO { data: Array<T>; }