import type { ServiceUpdateRequest } from '../schemas/ServiceUpdateRequest'; export type ServiceUpdateRequestRequestBody = ServiceUpdateRequest;