lemmy-js-client
    Preparing search index...

    Type Alias PurgePerson

    Purges a person from the database. This will delete all content attached to that person.

    type PurgePerson = {
        person_id: PersonId;
        reason?: string;
    }
    Index

    Properties

    Properties

    person_id: PersonId
    reason?: string