Interface UserinfoResponse

interface UserinfoResponse {
    status: string;
    user: UserinfoResponseUser;
}

Properties

Properties

status: string