UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (8 loc) 229 B
// AUTOGENERATED -- DO NOT EDIT export interface ZambdaS3UploadParams { /** * Optional filename for the Zambda Function code zip. If not provided, the filename will be randomized. */ filename?: string; id: string; }