Listory/frontend/src/api/entities/user.ts

5 lines
81 B
TypeScript

export interface User {
id: string;
displayName: string;
photo?: string;
}