Skip to content

Commit

Permalink
Oppdatere Søker type
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Nov 23, 2023
1 parent e0ed58c commit d84e935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dine-pleiepenger/src/types/Søker.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export interface Søker {
aktørId: string;
fornavn: string;
mellomnavn?: string;
etternavn: string;
kjønn: string;
fødselsdato: string;
fødselsnummer: string;
}

0 comments on commit d84e935

Please sign in to comment.