interface IUserCheck {
    id: string;
    isvalidated: boolean;
}

Properties

Properties

id: string
isvalidated: boolean