# MultiOwnerPluginActions

> Overview of MultiOwnerPluginActions

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

```ts
type MultiOwnerPluginActions<TAccount> = MultiOwnerPluginActions_<
  TAccount,
  undefined
> &
  object &
  IsUndefined<TAccount> extends false
  ? object
  : object;
```

Defined in: [account-kit/smart-contracts/src/msca/plugins/multi-owner/extension.ts:15](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugins/multi-owner/extension.ts#L15)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `isOwnerOf()`
      </td>

      <td>
        (`params`) => `Promise`\<`boolean`>
      </td>
    </tr>

    <tr>
      <td>
        `readOwners()`
      </td>

      <td>
        (`params`) => `Promise`\<`ReadonlyArray`\<[`Address`](https://abitype.dev)>>
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SmartContractAccount` | `undefined`
      </td>

      <td>
        `SmartContractAccount` | `undefined`
      </td>
    </tr>

  </tbody>
</table>