UNPKG
@isaac-platform/isaac-integration-sdk
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
A Typescript SDK for integrating with ISAAC
isaacplatform.com
@isaac-platform/isaac-integration-sdk
/
objects
/
types.d.ts
15 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
type
IsaacObjectType
= {
_id
:
number
;
_links
: {
self
:
string
;
object
?:
string
; }; };
export
type
IsaacBucketType
= {
bucket
:
string
;
_links
: {
self
:
string
;
tags
:
string
; }; };
//# sourceMappingURL=types.d.ts.map