Skip to Content

Others

For the these routes (GameRecordCard, Activities, GenshinUser and RealTimeNotes), they have the same API:

NameTypeDescription
cacheClientCache<DataType>The cache for the route
fetch(uid: string, options?: BaseFetchOptions): Promise<DataType>functionFetches the data for the route

DataType

  • GameRecordCard => RecordCardData
  • Activities => ActivitiesData
  • RealTimeNotes => RealTimeNoteData