diff --git a/index.d.ts b/index.d.ts index 1b3ec76..ed7a8d5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -70,6 +70,17 @@ declare module 'wikijs' { imageinfo: object[]; } + /** + * Page section object + * + * @interface PageSection + */ + interface PageSection { + title: string, + content: string, + items?: PageSection[], + } + interface Result { results: string[]; query: string; @@ -116,12 +127,12 @@ declare module 'wikijs' { categories(aggregated?: boolean, limit?: number): Promise; /** - * Text content from page + * Array of page sections * - * @returns {Promise} + * @returns {Promise} * @memberof Page */ - content(): Promise; + content(): Promise; /** * Geographical coordinates from page