5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export interface UserInfo {
|
|
name: string;
|
|
email: string;
|
|
fonction: string;
|
|
} |