test: call division position

This commit is contained in:
riefive
2025-10-02 15:31:27 +07:00
parent 378e6773b8
commit 757b8c0444
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
}