UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

59 lines (32 loc) 1.03 kB
[Mongo Portable](../README.md) > [IClause](../interfaces/iclause.md) # Interface: IClause ## Hierarchy **IClause** ## Index ### Properties * [key](iclause.md#key) * [kind](iclause.md#kind) * [type](iclause.md#type) * [value](iclause.md#value) --- ## Properties <a id="key"></a> ### key **● key**: *`string`* *Defined in [selector/Selector.ts:9](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/selector/Selector.ts#L9)* ___ <a id="kind"></a> ### kind **● kind**: *`string`* *Defined in [selector/Selector.ts:10](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/selector/Selector.ts#L10)* ___ <a id="type"></a> ### type **● type**: *`string`* *Defined in [selector/Selector.ts:11](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/selector/Selector.ts#L11)* ___ <a id="value"></a> ### value **● value**: *`any`* *Defined in [selector/Selector.ts:12](https://github.com/EastolfiWebDev/MongoPortable/blob/d5d3826/src/selector/Selector.ts#L12)* ___