Skip to content

Commit

Permalink
Vil fjerne kode som ikke er i bruk (kanGåVidereTilJournalføring) (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma10s authored Sep 19, 2024
1 parent 3906167 commit 660d020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/App/typer/migrering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import { IBeløpsperiode } from './vedtak';

export interface MigreringInfoKanIkkeMigreres {
kanMigreres: false;
kanGåVidereTilJournalføring: boolean;
årsak: string;
}

export interface MigreringInfoKanMigreres {
kanMigreres: true;
kanGåVidereTilJournalføring: false;
stønadFom: string;
stønadTom: string;
inntektsgrunnlag: number;
Expand Down

0 comments on commit 660d020

Please sign in to comment.