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 27, 2024
1 parent 77d43ac commit 7989947
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 7989947

Please sign in to comment.