@donation-alerts/common
Version:
Common utils and types that are used in other @donation-alerts packages.
11 lines • 798 B
TypeScript
export { rawDataSymbol, DataObject, getRawData } from './data-object';
export { CustomError } from './errors/custom-error';
export { locales } from './locales';
export { extractUserId, extractUserName, type UserIdResolvableType, type UserIdResolvable, type UserNameResolvable, type UserNameResolvableType, } from './user-resovlers';
export { type DonationAlertsLocale, type DonationAlertsLocaleCode } from './locales';
export { type DonationAlertsInputCurrency, type DonationAlertsOutputCurrency } from './currencies';
export { type CentrifugoChannel } from './centrifugo-channels';
export { type DonationAlertsApiScope } from './scopes';
export { type DocumentationPackage } from './read-documentation';
export { ReadDocumentation } from './read-documentation';
//# sourceMappingURL=index.d.ts.map