This commit is contained in:
2023-06-30 14:16:33 +02:00
parent 943d510718
commit 2ab62770dc
50 changed files with 8561 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export interface ErrType {
code: number
message: string
}