test: call division position

This commit is contained in:
riefive
2025-10-02 15:31:27 +07:00
parent 7edab33427
commit 8e7ce771b0
5 changed files with 19 additions and 10 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface Division {
id?: number
code: string
name: string
}