ProjectedGetResult
type ProjectedGetResult<ProjectionSchema> = BaseResult & object;Result of the ProjectedGet command.
Type Declaration
Section titled “Type Declaration”item: | EntitySchema<ProjectionSchema> | undefined;Type Parameters
Section titled “Type Parameters”ProjectionSchema
Section titled “ProjectionSchema”ProjectionSchema extends ZodObject
The Zod schema defining the structure of the projected attributes.