import type { IProjection } from '../../interfaces/index.js'; export type ProjectionView
> = P extends IProjection ? V : never;