symbol.d.ts 792 B

1234567891011121314
  1. import InternalSymbol from '../utils/symbol';
  2. export * from '../utils/symbol';
  3. export declare const SYMBOL_UNSET_FIELD_NAME: InternalSymbol;
  4. export declare const SYMBOL_UPDATE_COMMAND: InternalSymbol;
  5. export declare const SYMBOL_QUERY_COMMAND: InternalSymbol;
  6. export declare const SYMBOL_LOGIC_COMMAND: InternalSymbol;
  7. export declare const SYMBOL_GEO_POINT: InternalSymbol;
  8. export declare const SYMBOL_GEO_LINE_STRING: InternalSymbol;
  9. export declare const SYMBOL_GEO_POLYGON: InternalSymbol;
  10. export declare const SYMBOL_GEO_MULTI_POINT: InternalSymbol;
  11. export declare const SYMBOL_GEO_MULTI_LINE_STRING: InternalSymbol;
  12. export declare const SYMBOL_GEO_MULTI_POLYGON: InternalSymbol;
  13. export declare const SYMBOL_SERVER_DATE: InternalSymbol;
  14. export declare const SYMBOL_REGEXP: InternalSymbol;