@donation-alerts/api-call
Version:
Make calls to Donation Alerts API.
5 lines • 416 B
TypeScript
export type { DonationAlertsCallFetchOptions, DonationAlertsCallType, DonationAlertsApiCallOptions, } from './donation-alerts-api-call-options';
export { callDonationAlertsApiRaw, callDonationAlertsApi } from './api-call';
export { HttpError } from './errors/http.error';
export { handleDonationAlertsApiResponseError, transformDonationAlertsResponse } from './helpers/transform';
//# sourceMappingURL=index.d.ts.map