UNPKG
@vega/review-tool
Version:
focused-comments (0.1.0-focused-comments.72385f62)
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.1
0.2.0
0.1.0-focused-comments.72385f62
vegapublish.com
VegaPublish/vega
@vega/review-tool
/
lib
/
schema
/
reviewInvite.js
13 lines
(11 loc)
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// Contains an invitation to review an article
exports
.
default
= {
title
:
'Review Invite'
,
name
:
'reviewInvite'
,
type
:
'document'
,
fields
: [] };