UNPKG

@launchmenu/applet-dictionary

Version:
16 lines 465 B
/** The format of the data returned by a wiki sections parse */ export declare type IWikiPageSectionsResult = { parse: { sections: { toclevel: number; level: string; line: string; number: string; index: string; anchor: string; byteoffset: number; fromtitle: string; }[]; }; }; //# sourceMappingURL=IWikiPageSectionsResult.d.ts.map