Skip to content

Commit

Permalink
better type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Mar 14, 2024
1 parent c03078f commit 8847ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers/buildMapper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { format, utcToZonedTime } from "date-fns-tz";
import { Build } from "../../common/models";

const STATUS_OPTIONS: { [key: string]: string } = {
const STATUS_OPTIONS: { [key: Build["status"]]: string } = {
COMPLETED: "Available",
QUEUED: "Queued",
FAILED: "Failed",
Expand Down

0 comments on commit 8847ffb

Please sign in to comment.