Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/storage — listoptions

@reactor/storage


@reactor/storage / ListOptions

Defined in: index.ts:35

optional limit?: number

Defined in: index.ts:36


optional offset?: number

Defined in: index.ts:37


optional search?: string

Defined in: index.ts:39


optional sortBy?: object

Defined in: index.ts:38

column: string

order: "asc" | "desc"