MinecraftStatusPinger
MinecraftStatusPinger copied to clipboard
Provide Object Type in Status response
Typescript is mainly to well... make sure there is type safety. It would be nice if in the Status object of the response to get an object type of all valid fields that are at least an object type or nullish.
I guess I could figure something out, assign types to all standard fields. Though I feel like it could be an issue when a server sends a non standard response/type in a standard field, even when you'd like to have the output. I guess statusRaw will be used for that.