From dbd52d20ac9036e8039ff1a683739a93b53698ff Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Thu, 12 Sep 2024 13:04:03 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20export=20JoinCreat?= =?UTF-8?q?or=20interfaces=20for=20build:docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/procedures/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/procedures/types.ts b/src/api/procedures/types.ts index b179c92f7d..98e4d3a676 100644 --- a/src/api/procedures/types.ts +++ b/src/api/procedures/types.ts @@ -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