lemmy-js-client
    Preparing search index...

    Type Alias DeleteAccount

    Delete your account.

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