interface UpdateUser {
    isVisible: boolean;
    userId: string;
}

Properties

Properties

isVisible: boolean
userId: string