# SignerType | @account-kit/smart-contracts

> Overview of SignerType 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 SignerType = "EOA" | "CONTRACT";
```

Defined in: [account-kit/smart-contracts/src/msca/plugins/multisig/types.ts:10](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugins/multisig/types.ts#L10)