UNPKG

@oystehr/sdk

Version:

Oystehr SDK

20 lines (18 loc) 286 B
// AUTOGENERATED -- DO NOT EDIT /** * The project API version */ export interface VersionGetResponse { /** * Always "project" */ api: 'project'; /** * The project API version */ version: string; /** * Always "production" */ environment: 'production'; }