interface DeleteStorageFilesOptions {
    contractDetails: ContractDetails;
    path: string;
    storageId: string;
}

Properties

contractDetails: ContractDetails
path: string
storageId: string