UNPKG

@launchmenu/applet-dictionary

Version:
9 lines 256 B
/** The format of the data returned by a wiki section data parse */ export declare type IWikiSectionContentResult = { parse: { text: { "*": string; }; }; }; //# sourceMappingURL=IWikiSectionContentResult.d.ts.map