GitHub
Preparing search index...
The search index is not available
Triangle.js Docs
Triangle.js Docs
src
Types
Social
Relationship
Interface Relationship
interface
Relationship
{
_id
:
string
;
from
:
{
_id
:
string
;
avatar_revision
:
number
;
username
:
string
;
}
;
to
:
{
_id
:
string
;
avatar_revision
:
number
;
username
:
string
;
}
;
type
:
RelationshipType
;
unread
:
number
;
updated
:
string
;
}
Index
Properties
_id
from
to
type
unread
updated
Properties
_id
_id
:
string
from
from
:
{
_id
:
string
;
avatar_revision
:
number
;
username
:
string
;
}
to
to
:
{
_id
:
string
;
avatar_revision
:
number
;
username
:
string
;
}
type
type
:
RelationshipType
unread
unread
:
number
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
from
to
type
unread
updated
GitHub
Triangle.js Docs
Loading...