UNPKG

@allma/core-sdk

Version:

Core SDK with shared utilities (logging, auth, S3 utils) for building on the Allma serverless AI orchestration platform.

5 lines 236 B
/** * Recursively traverses an object or array and resolves any S3 pointers it finds. */ export declare function hydrateInputFromS3Pointers(data: any, correlationId?: string): Promise<any>; //# sourceMappingURL=hydrationUtils.d.ts.map