From 9edb9401a4c51ed8cfd000d876bcbc69fa439092 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 30 Jul 2024 20:05:09 +0000 Subject: [PATCH] Update src/types/mojang/endpoint-status.ts --- src/types/mojang/endpoint-status.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 = {