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
/
props.d.ts
10 lines
(9 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IonError
{ (
databaseId
:
string
,
reason
:
any
):
void
; }
export
interface
DatabaseProps
{
token
:
string
;
pageId
?:
string
;
onError
:
IonError
;
tips
?:
Record
<
string
,
string
>; }