UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (10 loc) 280 B
// AUTOGENERATED -- DO NOT EDIT /** * A URL was successfully prepared for the client to upload/download the object. */ export interface Z3GetPresignedUrlResponse { /** * The URL that the client should use for uploading/downloading the object. */ signedUrl: string; }