Skip to content

BatchGetConfig

type BatchGetConfig<Schema> = BaseConfig & object;

Configuration for the BatchGet command.

optional consistent: boolean;
keys: Partial<EntitySchema<Schema>>[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.