interface RESTGetApiUserResult {
    message: string;
    status: RESTApiStatusResponse;
    user: ApiUser;
}

Hierarchy (view full)

Properties

Properties

message: string

Message of the API

  • It is useful to use as logs

The status of API response

user: ApiUser

The user