4 lines
No EOL
60 B
TypeScript
4 lines
No EOL
60 B
TypeScript
export interface User {
|
|
id?: number,
|
|
name: string,
|
|
} |