UNPKG

592 BTypeScriptView Raw
1import { ReleaseTag } from '@microsoft/api-extractor-model';
2/**
3 * Constructor parameters for `SymbolMetadata`.
4 */
5export interface ISymbolMetadataOptions {
6 maxEffectiveReleaseTag: ReleaseTag;
7}
8/**
9 * Stores the Collector's additional analysis for an `AstSymbol`. This object is assigned to `AstSymbol.metadata`
10 * but consumers must always obtain it by calling `Collector.fetchSymbolMetadata()`.
11 */
12export declare class SymbolMetadata {
13 readonly maxEffectiveReleaseTag: ReleaseTag;
14 constructor(options: ISymbolMetadataOptions);
15}
16//# sourceMappingURL=SymbolMetadata.d.ts.map
\No newline at end of file