type alias MoveS3FileDataimport { type MoveS3FileData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { destFileKey: string; srcFileKey: string; storage?: string; workspace: string; }