# NumiFrameOptions

This type is used by an exported signature but is not directly exported from `@plandalf/react`'s package entrypoint. It is shown here from [embeds/useIframeMessage.ts:19](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/useIframeMessage.ts#L19) so the signature can be inspected fully.

```ts
export interface NumiFrameOptions {
  offerId: string;
  domain?: string;
  inheritParameters?: boolean;
  parameters?: Record<string, any>;
  customer?: CustomerInfo;
  dynamicResize?: boolean;
}
```

Source: https://plandalf.com/docs/packages/react/referenced-types/NumiFrameOptions
