Skip to content

Commit

Permalink
docs: ✏️ export JoinCreator interfaces for build:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Sep 12, 2024
1 parent afe08b5 commit dbd52d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/procedures/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1613,12 +1613,12 @@ export interface ModifyMultiSigParams {
requiredSignatures?: BigNumber;
}

interface JoinCreatorAsPrimary {
export interface JoinCreatorAsPrimary {
asPrimary: true;
cddAuthId?: BigNumber;
}

interface JoinCreatorAsSecondary {
export interface JoinCreatorAsSecondary {
asPrimary?: false;
/**
* (optional) Permissions to grant the MultiSig. Defaults to none
Expand Down

0 comments on commit dbd52d2

Please sign in to comment.