UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (10 loc) 230 B
// AUTOGENERATED -- DO NOT EDIT /** * The URL to upload your Zambda Function code zip to. */ export interface ZambdaS3UploadResponse { /** * The URL to upload your Zambda Function code zip to. */ signedUrl: string; }