fix cached endpoint status type
All checks were successful
Publish Package / build (push) Successful in 18s
All checks were successful
Publish Package / build (push) Successful in 18s
This commit is contained in:
2
src/types/cache/cachedEndpointStatus.ts
vendored
2
src/types/cache/cachedEndpointStatus.ts
vendored
@ -2,7 +2,7 @@ export interface CachedEndpointStatus extends Cache {
|
||||
/**
|
||||
* The cached endpoint status.
|
||||
*/
|
||||
endpoints: Map<string, Status>;
|
||||
endpoints: Record<string, Status>;
|
||||
}
|
||||
|
||||
enum Status {
|
||||
|
Reference in New Issue
Block a user