Skip to content

Commit

Permalink
Rename for more standard typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 25, 2024
1 parent 5e5b480 commit f68ca03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { bytesLabelFormatter, bytesValueFormatter } from "./Charts/formatters";
import { type ItemSizeSummary, purgeDatasetById, undeleteDatasetById } from "./service";

interface DataLoader {
(): Promise<undefined>;
(): Promise<void>;
}

interface DataReload {
Expand Down

0 comments on commit f68ca03

Please sign in to comment.