Skip to content

BatchGetResult

type BatchGetResult<Schema> = BaseResult & object;

Result of the BatchGet command.

items: EntitySchema<Schema>[];
optional unprocessedKeys: Partial<EntitySchema<Schema>>[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.