UNPKG

@donation-alerts/common

Version:

Common utils and types that are used in other @donation-alerts packages.

5 lines 254 B
/** @internal */ export type DocumentationPackage = 'api' | 'api-call' | 'auth' | 'common' | 'events'; /** @internal */ export declare function ReadDocumentation(pkg: DocumentationPackage): ClassDecorator; //# sourceMappingURL=read-documentation.d.ts.map