UNPKG
@pagenote/notion-database
Version:
latest (0.0.1-c)
test (0.0.1-b)
0.0.1-c
0.0.1-b
0.0.1-a
0.0.0
0.0.0-development
0.0.0-d
0.0.0-c
0.0.0-b
0.0.0-a
make notion as a real-database for server
github.com/pagenote/notion-db
pagenote/notion-db
@pagenote/notion-database
/
dist
/
types
/
base.js
5 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
NOTION_RESERVED_KEY
=
void
0
;
exports
.
NOTION_RESERVED_KEY
=
'title'
;
//# sourceMappingURL=base.js.map