diff --git a/src/types/mojang/endpoint-status.ts b/src/types/mojang/endpoint-status.ts index e37f173..1ce8ff2 100644 --- a/src/types/mojang/endpoint-status.ts +++ b/src/types/mojang/endpoint-status.ts @@ -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 = {