function deleteAllListingAttachmentFiles
deleteAllListingAttachmentFiles(listings: readonly ListingWithAttachmentStorage[]): Promise<void>

Delete all attachment files for a list of listings

Parameters

listings: readonly ListingWithAttachmentStorage[]

Return Type

Promise<void>

Usage

import { deleteAllListingAttachmentFiles } from "doc.ts";