/** * Representation of the 'CollectionDeletedResponse' schema. */ export type CollectionDeletedResponse = { collectionURL: string; status: string; } & Record; //# sourceMappingURL=collection-deleted-response.d.ts.map