/** * Create a new service (classic, rental, or group) in the system. */ export interface CreateServiceParams { smbToolType?: "create_service"; }