@launchmenu/applet-dictionary
Version:
An applet to find dictionary definitions
16 lines • 465 B
TypeScript
/** 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