export declare type account_create_update_payload = {
    /**
     * Name of the account
     */
    name?: string;
};
