Interface GETUserResponse

interface GETUserResponse {
    user: APIUser;
}

Properties

Properties

user: APIUser