export type ProjectionBehavior = "Default" | "FromIndex" | "FromIndexOrThrow" | "FromDocument" | "FromDocumentOrThrow";