UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (10 loc) 194 B
// AUTOGENERATED -- DO NOT EDIT /** * Route created successfully. */ export interface LabRouteCreateResponse { /** * Unique identifier of the created Route. */ routeGuid: string; }