UNPKG
@nsmp/js-api
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.0
1.0.1
1.0.0
Types for jsApi
@nsmp/js-api
/
src
/
constants
/
index.d.ts
5 lines
(3 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
import
{
FormType
}
from
'../types'
;
export
const
objectCard
:
FormType
;
export
const
restUrl
:
string
;