Skip to content

Commit 6e81001

Browse files
committed
New property in interface
1 parent a24f327 commit 6e81001

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/library/structures/typings/classes/ServerBuilder.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ interface getEntityAtPosReturn {
4848
error: Boolean
4949
}
5050
interface runCommandReturn {
51-
error: Boolean
52-
result: Object
51+
error: boolean,
52+
statusCode: number,
53+
statusMessage: string,
54+
playerTest?: Array<string>
5355
}

0 commit comments

Comments
 (0)