import type { ServiceCreateRequest } from '../schemas/ServiceCreateRequest'; export type ServiceCreateRequestRequestBody = ServiceCreateRequest;