UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (10 loc) 191 B
// AUTOGENERATED -- DO NOT EDIT /** * Configuration */ export interface ErxGetConfigurationResponse { /** * True if the project is configured for eRx. */ configured?: boolean; }