wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Fixing Page#content return type (#164)

Open Angoooose opened this issue 3 years ago • 1 comments

Changing the return type of Page#content to the promise of an array of PageSection (a new interface). Return type was previously the promise of a string, which was incorrect.

Resolves #164

Angoooose avatar Jan 18 '22 03:01 Angoooose

@dijs Please pull this in! Otherwise I have to manually declare the types to fix the incorrect declarations.

qucchia avatar Dec 05 '22 18:12 qucchia