export interface ErxCheckPrecheckInteractionsParams {
    patientId: string;
    drugId: string;
}
