mirror of
https://github.com/minescope/mineping.git
synced 2025-07-14 00:04:36 +03:00
style(types): the PingOptions type was removed from index.d.ts file
The PingOptions type was moved from index.d.ts to lib/bedrock.d.ts
This commit is contained in:
2
types/lib/java.d.ts
vendored
2
types/lib/java.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
import { PingOptions } from "..";
|
||||
import { PingOptions } from "./bedrock";
|
||||
|
||||
export type SampleProp = {
|
||||
name: string,
|
||||
|
Reference in New Issue
Block a user