@oystehr/sdk
Version:
Oystehr SDK
11 lines (9 loc) • 442 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
export interface Z3DeleteObjectParams {
/**
* An optional parameter that serves two goals: 1 - differentiate files and folders (undefined for files and empty/non-empty array for folders), 2 - allow deletion of folder content to avoid cases when folder is still visible after deletion because it's part of its children's path.
*/
children?: string[];
bucketName: string;
'objectPath+': string;
}