lemmy-js-client
    Preparing search index...

    Type Alias NotePerson

    Make a note for a person.

    An empty string deletes the note.

    type NotePerson = {
        note: string;
        person_id: PersonId;
    }
    Index

    Properties

    Properties

    note: string
    person_id: PersonId