UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 140 B
import { Application } from './Application'; /** * Get a project application details */ export type ApplicationGetResponse = Application;