method HelpersService.listStoredFilesimport { HelpersService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/HelpersService.ts"; listStoredFiles(unnamed 0: { workspace: string; maxKeys: number; marker?: string; prefix?: string; storage?: string; }): CancelablePromise<{ next_marker?: string; windmill_large_files: Array<WindmillLargeFile>; restricted_access?: boolean; }>List the file keys available in a workspace object storage Parametersunnamed 0: { workspace: string; maxKeys: number; marker?: string; prefix?: string; storage?: string; }ReturnsCancelablePromise<{ next_marker?: string; windmill_large_files: Array<WindmillLargeFile>; restricted_access?: boolean; }>any List of file keys