UNPKG

@ability-ocean/dtos

Version:

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

9 lines (8 loc) 167 B
export declare class BaseDTO { id: string; tenantId: string; createdBy: string; updatedBy: string; createdAt: Date; updatedAt: Date; }