Skip to content

Commit

Permalink
New property in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
notbeer committed Aug 22, 2021
1 parent a24f327 commit 6e81001
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/library/structures/typings/classes/ServerBuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ interface getEntityAtPosReturn {
error: Boolean
}
interface runCommandReturn {
error: Boolean
result: Object
error: boolean,
statusCode: number,
statusMessage: string,
playerTest?: Array<string>
}

0 comments on commit 6e81001

Please sign in to comment.