@fffffffxxxxxxx/league_record_types
v1.18.1
Published
Typescript type definitions for the LeagueRecord settings.json file as well as the video metadata .json files
Downloads
1
Readme
LeagueRecord Typescript definitions
This package contains Typescript definitions for the settings file in %APPDATA%/fx.LeagueRecord/
(Settings
type) as well as the metadata files {videoName}.json
(GameData
type) used for storing information about the recordings.
This package has no dependencies and is just for type hints when working with said files.
[!IMPORTANT]
Version X.Y.Z of the Typescript definitions is only garuanteed to be correct for.json
files written by the same version of LeagueRecord
Changelog
- 1.18.0:
GameData
is nowGameMetadata
and basically all the types related to it changed. The type for the settings.json file had a new propertyonlyRecordRanked
added. - 1.17.0: Changed
EventName
dragon names from{Type}-Dragon
to{Type}Dragon
- so for exampleInfernal-Dragon
is nowInfernalDragon