/**
 * Configuration
 */
export interface ErxGetConfigurationResponse {
    /**
     * True if the project is configured for eRx.
     */
    configured?: boolean;
}
