UNPKG
vibe-models
Version:
latest (1.0.0)
1.0.0
EuroMonitor EMI vibe models
www.euromonitor.com/india
vibe-models
/
lib
/
cluster.model.d.ts
12 lines
(11 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
Cluster
{
id
?:
string
;
name
:
string
;
ver
:
string
;
baseUrl
:
string
;
token
?:
string
;
createdAt
?:
Date
;
updatedAt
?:
Date
;
readonly
createdById
?:
string
;
readonly
updatedById
?:
string
; }