mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 00:04:25 +00:00
* fix: fixing the types for browse function results * Added the missing reading_time to the PostOrPage type * Introduces the BrowseResults (an array augmented with metadata) * Included a Constructor function BREAKING CHANGE: The following types are remapped as follows: * `PostObject` --> `PostsOrPages` * `AuthorsObject` --> `Authors` * `TagsObject` --> `Tags` * `Setting` --> `Settings` * `SettingsObject` --> `SettingsResponse` Partly inspired by this PR from Oliver Emery <https://github.com/thrymgjol> * corrected line terminator * code formatting corrected Co-authored-by: Yashar Moradi <yashar.moradi@scoperty.de>