# FlowSize

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/types.ts:528](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L528) so the signature can be inspected fully.

```ts
export type FlowSize = 'compact' | 'standard' | 'wide' | 'fullscreen';
```

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