Skip to content

Commit

Permalink
endrer enum for tilbakekrevingsvalg
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed Sep 26, 2023
1 parent 1ac8fd8 commit 6e713e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/ManuellTilbakekrevingsbehandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export interface ManuellTilbakekrevingsbehandling {
}

export enum TilbakekrevingsValg {
SKAL_TILBAKEKREVES = 'SKAL_TILBAKEKREVES',
SKAL_IKKE_TILBAKEKREVES = 'SKAL_IKKE_TILBAKEKREVES',
SKAL_TILBAKEKREVES = 'SkalIkkeTilbakekreve',
SKAL_IKKE_TILBAKEKREVES = 'SkalTilbakekreve',
}

0 comments on commit 6e713e5

Please sign in to comment.