UNPKG
block-obj-builder
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Block object builder
block-obj-builder
/
lib
/
objs
/
poly-phrase-obj.d.ts
11 lines
(10 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
interface
PolyphraseObj
{
default
: {
any
?:
string
;
en
?:
string
;
nl
?:
string
;
cy
?:
string
;
it
?:
string
; };
_id
?:
any
; }