UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

9 lines (8 loc) 161 B
import { User } from "."; export interface ListTeamNotice { id: number; title: string; createdAt: string; updatedAt: string; author: User; }