UNPKG

noticebord-client

Version:

The official Typescript client library for the Noticebord API.

8 lines (7 loc) 131 B
export interface User { id: number; name: string; email: string; profilePhotoUrl: string; createdAt: string; }