ExperiencePointsCache: {
    promise?: Promise<ExperiencePoints>;
    value?: ExperiencePoints;
}

Type declaration

Generated using TypeDoc