/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import Type from '../types'; /** * Convert a list of properties into a Cosmos DB SELECT projection expression. * * @param properties List of property expressions to serialize */ export default function serializeProjection(properties: Type.AnyProperty[]): string; //# sourceMappingURL=projection.d.ts.map