UNPKG
@gaiot/apis
Version:
latest (2.4.5)
2.4.5
aiot apis
@gaiot/apis
/
dist
/
src
/
aecpilot
/
cosntant.d.ts
9 lines
(8 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * prompt 查询接口不支持过长的入参 **/
export
declare
const
PROMPT_SEARCH_MAX_LENGTH =
128
;
/** * prompt title 长度限制 */
export
declare
const
PROMPT_TITLE_MAX_LENGTH =
20
;