Skip to content

Commit

Permalink
EY-4356: Innfører PDF-mal som konsept, for å kunne bruke i PDFgen-kod…
Browse files Browse the repository at this point in the history
…en vår i Gjenny (#97)
  • Loading branch information
madsop-nav authored Aug 28, 2024
1 parent a87ec0a commit a374ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.time.LocalDateTime
JsonSubTypes.Type(value = Barnepensjon::class, name = "BARNEPENSJON"),
JsonSubTypes.Type(value = Omstillingsstoenad::class, name = "OMSTILLINGSSTOENAD"),
)
interface InnsendtSoeknad {
interface InnsendtSoeknad : PDFMal {
val versjon: String
val spraak: Spraak
val imageTag: ImageTag
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package no.nav.etterlatte.libs.common.innsendtsoeknad.common

interface PDFMal

0 comments on commit a374ff6

Please sign in to comment.