UNPKG
@chartshq/datamodel
Version:
latest (3.0.0)
3.0.0
An environment with `node`, `rustup` and `wasm-pack` set up.
@chartshq/datamodel
/
dist
/
esm
/
web
/
src
/
constants
/
errorMessage.d.ts
3 lines
(2 loc)
•
205 B
TypeScript
View Raw
1
2
3
export
declare
const
FIELD_NOT_FOUND_IN_MAP
=
"FIELD not present. Please check the input params and try again."
;
export
declare
const
SELECTION_QUERY
=
"One or more fields in query are wrong or missing."
;