UNPKG

@ability-ocean/dtos

Version:

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

5 lines (4 loc) 82 B
export declare class ParameterListDTO { key: string; value: string; }