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 so the signature can be inspected fully.
export interface NumiFrameOptions {
offerId: string;
domain?: string;
inheritParameters?: boolean;
parameters?: Record<string, any>;
customer?: CustomerInfo;
dynamicResize?: boolean;
}