import { LargeFileStorage } from "https://deno.land/x/windmill@v1.416.1/windmill-api/index.ts";
import { type LargeFileStorage } from "https://deno.land/x/windmill@v1.416.1/windmill-api/index.ts";
definition: { type?: LargeFileStorage.type; s3_resource_path?: string; azure_blob_resource_path?: string; public_resource?: boolean; secondary_storage?: Record<string, { type?: ; s3_resource_path?: string; azure_blob_resource_path?: string; public_resource?: boolean; }>; }
| "S3Storage"
| "AzureBlobStorage"
| "AzureWorkloadIdentity"
| "S3AwsOidc"