UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 85 B
import { M2m } from './M2m'; /** * M2M Client */ export type M2mGetResponse = M2m;