UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 373 B
/** * A facet in a SynapseTable can be uniquely identified with the columnName and optional jsonPath. * * This type is used for cases where we need to pass just enough data around to identify/look up a facet request or result. */ export type UniqueFacetIdentifier = { columnName: string; jsonPath?: string; }; //# sourceMappingURL=UniqueFacetIdentifier.d.ts.map