Type alias UserResponse

UserResponse: RequestResultSafeDestructure<{
    user: User;
}>

Generated using TypeDoc