Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PurgeCacheOptions

import type { PurgeCacheOptions } from "https://esm.sh/@supabase/storage-js@2.110.7/dist/index.d.mts";
interface PurgeCacheOptions {
transformations?: true;
}

§Properties

§
transformations?: true
[src]

If true, purges only the transformations (resized/formatted variants) for the object or bucket, leaving the original cached file intact. If omitted, purges all cached versions.