Skip to content

Commit

Permalink
fix: make postcode optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 26, 2024
1 parent 46a77ba commit a8bd496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export enum FormStep {
}

export interface Address {
postcode: string
postcode?: string
huisnummer: string | number
woonplaats: string
openbare_ruimte: string
Expand Down

0 comments on commit a8bd496

Please sign in to comment.