UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (6 loc) 145 B
// AUTOGENERATED -- DO NOT EDIT import { User } from './User'; /** * Information about a specific user */ export type UserGetResponse = User;