UNPKG

@ability-ocean/dtos

Version:

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

5 lines (4 loc) 94 B
export declare class CollectiveAgreementRateListDTO { id: string; name: string; }