# PromoHandle

This type is used by an exported signature but is not directly exported from `@plandalf/sdk`'s package entrypoint. It is shown here from [core/promo-handle.ts:33](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/promo-handle.ts#L33) so the signature can be inspected fully.

```ts
export interface PromoHandle extends Promise<ResolvedPromo | null> {
  events: AsyncIterable<PromoHandleEvent>;
  close(): void;
}
```

Source: https://plandalf.com/docs/packages/sdk/referenced-types/PromoHandle
