-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd3be64
commit 38cb1fd
Showing
3 changed files
with
50 additions
and
18 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
apps/dolly-frontend/src/main/js/src/components/fagsystem/yrkesskader/YrkesskaderTypes.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export type YrkesskadePeriodeTypes = { | ||
fra: string | ||
til: string | ||
} | ||
|
||
export type YrkesskadeTypes = { | ||
rolletype: string | ||
innmelderrolle: string | ||
innmelderIdentifikator: string | ||
paaVegneAv: string | ||
klassifisering?: string | ||
tidstype?: string | ||
skadetidspunkt?: string | ||
perioder: Array<YrkesskadePeriodeTypes> | ||
referanse?: string | ||
ferdigstillSak?: string | ||
} | ||
|
||
export type YrkesskaderTypes = { | ||
yrkesskader: Array<YrkesskadeTypes> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters