# MultiOwnerLightAccountClientActions | @account-kit/smart-contracts

> Overview of MultiOwnerLightAccountClientActions from @account-kit/smart-contracts

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type MultiOwnerLightAccountClientActions<TSigner, TAccount> = object;
```

Defined in: [account-kit/smart-contracts/src/light-account/decorators/multiOwnerLightAccount.ts:9](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/light-account/decorators/multiOwnerLightAccount.ts#L9)

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
      <th align="left">Default type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `TSigner` *extends* `SmartAccountSigner`
      </td>

      <td>
        `SmartAccountSigner`
      </td>
    </tr>

    <tr>
      <td>
        `TAccount` *extends* `MultiOwnerLightAccount`\<`TSigner`> | `undefined`
      </td>

      <td>
        `MultiOwnerLightAccount`\<`TSigner`> | `undefined`
      </td>
    </tr>

  </tbody>
</table>

## Properties

<table>
  <thead>
    <tr>
      <th align="left">Property</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="updateowners" /> `updateOwners`
      </td>

      <td>
        (`args`) => `Promise`\<[`Hex`](https://viem.sh)>
      </td>
    </tr>

  </tbody>
</table>