UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 109 B
import { User } from './User'; /** * Details about the current User. */ export type UserMeResponse = User;