Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VersionOptions

The options of the fetchLatestVersion or fetchVersions functions.

Hierarchy

Index

Properties

Optional dumps

dumps: boolean

If for each wiki, its dumps will be fetched.

Optional end

end: Date

All the dumps after this date will be not considered.

Optional lang

lang: string

The lang of the wikies to consider. Note: this is checked by checking if the wiki name starts with this value.

Optional start

start: Date

All the dumps before this date will be not considered.

Optional wikies

wikies: boolean

If for each version, its wikies will be fetched.

Optional wikitype

wikitype: string

The wiki type of the wikies to consider. Note: this is checked by checking if the wiki name ends with this value.

Generated using TypeDoc