UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 112 B
import { User } from './User'; /** * Information about a specific user */ export type UserGetResponse = User;