export interface SetupFolderComponentProps {
    initialData: {
      folderLabel: string;
      folderHandle?: FileSystemDirectoryHandle;
    };
  }