Update src/types/mojang/endpoint-status.ts
Some checks are pending
Publish Package / build (push) Waiting to run

This commit is contained in:
Lee 2024-07-30 20:05:09 +00:00
parent 0f051bb8ca
commit 9edb9401a4

@ -1,16 +1,11 @@
import {Status} from "../status";
import {Cache} from "../cache";
export interface CachedEndpointStatus extends EndpointStatus {
export interface EndpointStatuses extends EndpointStatus {
/**
* The endpoint statuses.
*/
endpoints: EndpointStatus[];
/**
* The cache information.
*/
cache: Cache;
}
type EndpointStatus = {