vn-verdnaturachat/app/definitions/IMention.ts

7 lines
93 B
TypeScript
Raw Normal View History

export interface IMention {
_id: string;
name: string;
username: string;
type: string;
}