This commit is contained in:
2024-10-16 10:18:20 +04:00
parent 8fb12be7a6
commit 95c0590d67
20 changed files with 191 additions and 39 deletions

View File

@@ -0,0 +1,7 @@
export type PredictRequestType = {
}
export type PredictResponseType = {
}