UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 107 B
import { Project } from './Project'; /** * Project settings */ export type ProjectGetResponse = Project;