# MultiplierSchema | @aa-sdk/core

> Overview of MultiplierSchema from @aa-sdk/core

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

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

```ts
const MultiplierSchema: ZodObject<
  {
    multiplier: ZodEffects<ZodNumber, number, number>;
  },
  "strict",
  ZodTypeAny,
  {
    multiplier: number;
  },
  {
    multiplier: number;
  }
>;
```

Defined in: [aa-sdk/core/src/utils/schema.ts:26](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/utils/schema.ts#L26)