Update src/types/mojang/endpoint-status.ts
Some checks failed
Publish Package / build (push) Has been cancelled

This commit is contained in:
Lee 2024-07-30 19:57:16 +00:00
parent d2a3434205
commit 1be2f328da

@ -20,9 +20,9 @@ type EndpointStatus = {
name: string; name: string;
/** /**
* The hostname of the service. * The endpoint of the service.
*/ */
hostname: string; endpoint: string;
/** /**
* The status of the service. * The status of the service.