Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast authored and allanlasser committed Apr 2, 2024
1 parent 79eed7d commit 5023a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/runs/History.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Loader from "../../common/Loader.svelte";
import Paginator from "../../common/Paginator.svelte";
import { baseApiUrl } from "../../api/base.js";
import { Run } from "../types";
import type { Run } from "../types";
let res: {
next?: string | null;
Expand Down

0 comments on commit 5023a4c

Please sign in to comment.