UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

5 lines (4 loc) 80 B
export interface SaveTeamNoticeRequest { title: string; body: string; }