Skip to content

ProjectedGetResult

type ProjectedGetResult<ProjectionSchema> = BaseResult & object;

Result of the ProjectedGet command.

item:
| EntitySchema<ProjectionSchema>
| undefined;

ProjectionSchema extends ZodObject

The Zod schema defining the structure of the projected attributes.