type alias FileListPropsimport { type FileListProps } from "https://deno.land/x/fathym_atomic@v0.0.175/src/organisms/FileList.tsx"; definition: { files: string[]; onFileClick?: (actionPath: string) => void | Promise<void>; } & Omit<JSX.HTMLAttributes<HTMLDivElement>, "title">