Skip to content

ProjectedScanConfig

type ProjectedScanConfig<ProjectionSchema> = ScanConfig<ProjectionSchema> & object;

Configuration for the ProjectedScan command.

projection: Projection;
projectionSchema: ProjectionSchema;

ProjectionSchema extends ZodObject

The Zod schema defining the structure of the projected attributes.