-
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.
Types og opprydning #deploy-test-frontend
- Loading branch information
1 parent
ed234b5
commit 31e1b0b
Showing
5 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
apps/dolly-frontend/src/main/js/src/components/fagsystem/afpOffentlig/afpOffentligTypes.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,17 @@ | ||
export type BeloepTypes = { | ||
fomDato: Date | ||
belop: string | ||
} | ||
|
||
export type MocksvarTypes = { | ||
tpId: string | ||
statusAfp: string | ||
virkningsDato: Date | ||
sistBenyttetG: number | ||
belopsListe: Array<BeloepTypes> | ||
} | ||
|
||
export type AfpOffentligTypes = { | ||
direktekall: Array<string> | ||
mocksvar: Array<MocksvarTypes> | ||
} |
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
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