Others
For the these routes (GameRecordCard, Activities, GenshinUser and RealTimeNotes), they have the same API:
| Name | Type | Description |
|---|---|---|
cache | ClientCache<DataType> | The cache for the route |
fetch(uid: string, options?: BaseFetchOptions): Promise<DataType> | function | Fetches the data for the route |
DataType
GameRecordCard=>RecordCardDataActivities=>ActivitiesDataRealTimeNotes=>RealTimeNoteData