UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 89 B
import { M2m } from './M2m'; /** * M2M created */ export type M2mCreateResponse = M2m;