Skip to content

BatchProjectedGetResult

type BatchProjectedGetResult<ProjectionSchema> = BaseResult & object;

Result of the BatchProjectedGet command.

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

ProjectionSchema extends ZodObject

The Zod schema defining the structure of the projected attributes.