Backstage
    Preparing search index...
    • Creates new action that enables reading directories in the workspace.

      Returns TemplateAction<
          { paths: string[]; recursive: boolean },
          {
              files: { fullPath: string; name: string; path: string }[];
              folders: { fullPath: string; name: string; path: string }[];
          },
          "v2",
      >