/**
 * Update an existing service's information.
 */
export interface UpdateServiceParams {
    smbToolType?: "update_service";
}
