Interface ProjectionItem

interface ProjectionItem {
    [attributeKey: string]: ProjectionItemValue | ProjectionItemValueMap;
}

Indexable

Generated using TypeDoc