GetCurrentUserResponse

interface GetCurrentUserResponse {
    result: boolean;
    user: User;
}

Properties

Properties

result: boolean

GetCurrentUserResponse

user: User

GetCurrentUserResponse