@isaac-platform/isaac-integration-sdk
Version:
A Typescript SDK for integrating with ISAAC
9 lines • 343 B
TypeScript
import isaacConnection from "../controller/isaac";
import { IsaacBucketType } from "./types";
export declare class bucket {
isaacConn: isaacConnection;
constructor(connection: isaacConnection);
getBuckets(): Promise<IsaacBucketType[]>;
getBucket(bucket: string): Promise<IsaacBucketType>;
}
//# sourceMappingURL=bucket.d.ts.map