lemmy-js-client
    Preparing search index...

    Type Alias DeleteAccount

    Delete your account.

    type DeleteAccount = {
        delete_content: boolean;
        password: SensitiveString;
    }
    Index

    Properties

    delete_content: boolean
    password: SensitiveString