UNPKG
banggood-store
Version:
latest (0.0.20)
0.0.20
0.0.17
0.0.16
0.0.14
0.0.12
0.0.5
0.0.3
bang data store
banggood-store
/
lib
/
api
/
resource.d.ts
18 lines
(17 loc)
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
interface
IResource
{
created
:{
name
:
string
,
scope
:
string
, },
events
:
Array
<
string
>,
name
:
string
,
removed
:{
name
:
string
,
scope
:
string
, },
updated
:{
name
:
string
,
scope
:
string
, } }
export
declare
var
resource
:
Function
;