UNPKG

@ability-ocean/dtos

Version:

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

7 lines (6 loc) 142 B
export declare class MessageEditDTO { title: string; content: string; commentsEnabled: boolean; teams: Array<string>; }