interface
CollectionSelectionInput
interface CollectionSelectionInput<Where = Record<string, unknown>> { ... }A filter and trash scope for server-resolved bulk selection.
Source packages/protocol/src/generated.ts:158
whereWhere- The where value.
trashboolean- The trash value.