VaultV2Extension: {
    __kind: "BackendSigner";
    backendSigner: BackendSigner;
} | {
    __kind: "ActionsAuthority";
    actionsAuthority: PublicKey;
} | {
    __kind: "AllowWithdrawals";
    allowWithdrawals: boolean;
}

Generated using TypeDoc