lemmy-js-client
Preparing search index...
NotePerson
Type Alias NotePerson
Make a note for a person.
An empty string deletes the note.
type
NotePerson
=
{
note
:
string
;
person_id
:
PersonId
;
}
Index
Properties
note
person_
id
Properties
note
note
:
string
person_
id
person_id
:
PersonId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
note
person_
id
lemmy-js-client
Loading...
Make a note for a person.
An empty string deletes the note.