Interface RawUsernotes

Raw data stored as JSON on the usernotes wiki page.

Note that while the library supports upgrading older schemas to the current one (via migrateUsernotesToLatestSchema), this type will only describe the latest known schema version. If you are manually reading data from the wiki without passing it through the migration function, and you read a ver value different than LATEST_KNOWN_USERNOTES_SCHEMA, this type will not describe that data.

Hierarchy

  • RawUsernotes

Properties

Properties

A blob that, when decompressed, yields a RawUsernotesUsers object

Constant data referenced by usernotes

ver: 6

The version number of the usernotes schema this data conforms to

Generated using TypeDoc