StudentBadgeCache: {
    promise?: Promise<StudentBadgeResponse>;
    value?: StudentBadgeResponse;
}

Type declaration

Generated using TypeDoc