Interface UserInfoResponse

interface UserInfoResponse {
    status: string;
    user: UserInfoResponseUser;
}

Properties

Properties

status: string