Skip to content

Commit

Permalink
docs(zoe): Instance<C> in StartContractInstance<C> return
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 3, 2024
1 parent d9a4178 commit 324d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/zoeService/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type StartContractInstance<C> = (
) => Promise<{
creatorFacet: C['creatorFacet'];
publicFacet: C['publicFacet'];
instance: Instance;
instance: Instance<C>;
creatorInvitation: C['creatorInvitation'];
adminFacet: AdminFacet<any>;
}>;
Expand Down

0 comments on commit 324d089

Please sign in to comment.