UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 130 B
import { LabRoute } from './LabRoute'; /** * Information about a specific route. */ export type LabRouteGetResponse = LabRoute;