UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

9 lines (8 loc) 153 B
export interface Team { id: number; userId: number; name: string; personalTeam: boolean; createdAt: string; updatedAt: string; }