Initial commit

This commit is contained in:
Arne
2023-04-02 20:35:10 +02:00
parent 80ffb8b70c
commit 7611f10b1c
55 changed files with 1678 additions and 683 deletions

View File

@@ -0,0 +1,9 @@
export interface Door {
nr?: string;
lr?: string;
pivot?: string;
type?: string;
remark?: string;
modelKruk?: string;
krukSlot?: string;
}