Fix marbas integration

This commit is contained in:
2024-05-18 14:14:57 +02:00
parent 5887ecb638
commit e3a5eeb50d
14 changed files with 107 additions and 93 deletions
+3
View File
@@ -0,0 +1,3 @@
export type MarbasObject = {
id: number;
}