UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 156 B
/** * Success */ export type ErxCheckAllergyInteractionsResponse = { /** * Message describing the interaction. */ message: string; }[];