vault backup: 2025-12-24 13:16:39

This commit is contained in:
fzzinchemical
2025-12-24 13:16:39 +01:00
parent 163f1f258a
commit 1858d62486
30 changed files with 169 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
Antworten sollen eine Verständliche und simple Struktur darstellen.
Beispielweise als JSON Objekt:
```json
{
position: {
from: {
x: number,
y: number
},
to: {
x: number,
y: number
}
},
issue_type: ENUM_ISSUE_TYPE,
comment: string,
}
```