UNPKG

@ability-ocean/dtos

Version:

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

4 lines (3 loc) 83 B
export declare class DashboardEnabledWidgetsDTO { widgets: Array<string>; }