github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/webui/test/e2e/types.ts (about)

     1  export type LakeFSCredentials = {
     2      accessKeyId: string;
     3      secretAccessKey: string;
     4  };