✨ Feilkort med dynamisk haster tag, og felles interface.ts fil
This commit is contained in:
parent
6906609bf5
commit
f40c345bd3
3 changed files with 34 additions and 22 deletions
10
frontend/src/interface.ts
Normal file
10
frontend/src/interface.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* I denne filen kan vi legge interfaces som skal brukes over flere steder!
|
||||
*/
|
||||
|
||||
|
||||
interface Feilmelding {
|
||||
tittel: String,
|
||||
beskrivelse: String
|
||||
haster: boolean
|
||||
}
|
||||
Reference in a new issue