/**
 * Success
 */
export type ErxCheckAllergyInteractionsResponse = {
    /**
     * Message describing the interaction.
     */
    message: string;
}[];
