Skip to content

Commit

Permalink
Export LOCATION_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
enxtur committed Oct 29, 2024
1 parent 37a54f9 commit d0caf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/models/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type LocationId = Brand<

export const LOCATION_ID = brandedType<number, LocationId>(t.number);

const LOCATION_STATUS = t.keyof({
export const LOCATION_STATUS = t.keyof({
active: null,
expired: null,
});
Expand Down

0 comments on commit d0caf06

Please sign in to comment.