interface AddOwners {
    multisig_account: string;
    owners_added: string[];
}

Properties

multisig_account: string
owners_added: string[]