Update src/types/mojang/endpoint-status.ts
Some checks are pending
Publish Package / build (push) Waiting to run
Some checks are pending
Publish Package / build (push) Waiting to run
This commit is contained in:
parent
0f051bb8ca
commit
9edb9401a4
@ -1,16 +1,11 @@
|
|||||||
import {Status} from "../status";
|
import {Status} from "../status";
|
||||||
import {Cache} from "../cache";
|
import {Cache} from "../cache";
|
||||||
|
|
||||||
export interface CachedEndpointStatus extends EndpointStatus {
|
export interface EndpointStatuses extends EndpointStatus {
|
||||||
/**
|
/**
|
||||||
* The endpoint statuses.
|
* The endpoint statuses.
|
||||||
*/
|
*/
|
||||||
endpoints: EndpointStatus[];
|
endpoints: EndpointStatus[];
|
||||||
|
|
||||||
/**
|
|
||||||
* The cache information.
|
|
||||||
*/
|
|
||||||
cache: Cache;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type EndpointStatus = {
|
type EndpointStatus = {
|
||||||
|
Loading…
Reference in New Issue
Block a user