Skip to content

Commit

Permalink
update serviceUtils types (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges authored Jan 30, 2024
1 parent e75b48c commit c9f1fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-planes-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/service-utils": patch
---

Update types
1 change: 1 addition & 0 deletions packages/service-utils/src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type UserOpData = {
};

export type PolicyResult = {
policyId: string | null;
isAllowed: boolean;
reason: string;
};
Expand Down

0 comments on commit c9f1fd8

Please sign in to comment.