UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 137 B
import { User } from './User'; /** * Updated information response body about a specific user */ export type UserUpdateResponse = User;