UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (6 loc) 142 B
// AUTOGENERATED -- DO NOT EDIT import { User } from './User'; /** * Details about the current User. */ export type UserMeResponse = User;