# LoadSubsetRequestResult

# Type Alias: LoadSubsetRequestResult

```ts
type LoadSubsetRequestResult = true | Promise<void>;
```

Defined in: [packages/db/src/types.ts:350](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L350)

**`Internal`**

Result returned by the collection's normalized subset boundary.
