UNPKG

@isaac-platform/isaac-integration-sdk

Version:

A Typescript SDK for integrating with ISAAC

15 lines 275 B
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