Interface DeleteAccount

interface DeleteAccount {
    delete_content: boolean;
    password: string;
}

Properties

delete_content: boolean
password: string