Skip to content

Commit

Permalink
Fix getWall typings (#744)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh <[email protected]>
  • Loading branch information
sv-du and Neztore authored Oct 28, 2023
1 parent 1f59c42 commit 7bba8f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,10 @@ declare module "noblox.js" {

interface WallPost {
id: number;
poster: GroupUser;
poster: {
user: GroupUser;
role: Role;
};
body: string;
created: Date;
updated: Date;
Expand Down

0 comments on commit 7bba8f8

Please sign in to comment.