UNPKG

@oystehr/sdk

Version:

Oystehr SDK

18 lines (17 loc) 277 B
/** * The project API version */ export interface VersionGetResponse { /** * Always "project" */ api: 'project'; /** * The project API version */ version: string; /** * Always "production" */ environment: 'production'; }