export interface IUserInfo {
    _id: string;
    username?: string;
    name?: string;
    status?: string;