wiki
wiki copied to clipboard
Fixing Page#content return type (#164)
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
@dijs Please pull this in! Otherwise I have to manually declare the types to fix the incorrect declarations.