BatchProjectedGetResult
type BatchProjectedGetResult<ProjectionSchema> = BaseResult & object;Result of the BatchProjectedGet command.
Type Declaration
Section titled “Type Declaration”items: EntitySchema<ProjectionSchema>[];unprocessedKeys?
Section titled “unprocessedKeys?”optional unprocessedKeys: Partial<EntitySchema<ProjectionSchema>>[];Type Parameters
Section titled “Type Parameters”ProjectionSchema
Section titled “ProjectionSchema”ProjectionSchema extends ZodObject
The Zod schema defining the structure of the projected attributes.