Type Alias UsersGetUserPresenceStatusResponse

UsersGetUserPresenceStatusResponse:
    | { end_time: string; remaining_time: number; status: string }
    | { status: string }