/** * Delete an existing client from the system. */ export interface DeleteClientParams { smbToolType?: "delete_client"; }