We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c500025 commit 4e0ee52Copy full SHA for 4e0ee52
app/src/BuildsComponent.tsx
@@ -1,6 +1,6 @@
1
import { Dispatch, SetStateAction, useEffect, useState } from "react";
2
3
-interface Build {
+export interface Build {
4
uploaded: string;
5
key: string;
6
size: number;
0 commit comments