Interface CurseForgeGetModFilesOptions

Hierarchy

  • CurseForgeGetModFilesOptions

Properties

gameVersion?: string

Filter by game version string.

gameVersionTypeId?: number

Filter only files that are tagged with versions of the given gameVersionTypeId.

index?: number

A zero based index of the first item to include in the response, the limit is: (index + pageSize <= 10,000).

modLoaderType?: CurseForgeModLoaderType

ModLoaderType enumeration.

pageSize?: number

The number of items to include in the response, the default/maximum value is 50.

Generated using TypeDoc