UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 166 B
/** * Configuration */ export interface ErxGetConfigurationResponse { /** * True if the project is configured for eRx. */ configured?: boolean; }