lemmy-js-client
    Preparing search index...

    Type Alias DeleteUserForm

    Used for delete user plugin hooks

    type DeleteUserForm = {
        delete_content: boolean;
        person_id: PersonId;
    }
    Index

    Properties

    delete_content: boolean
    person_id: PersonId