RaspberryRocketeer/backend/api/src/model/User.ts

4 lines
No EOL
60 B
TypeScript

export interface User {
id?: number,
name: string,
}