enterprise axiosing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-21 22:14:29 +02:00
parent d36555d0e4
commit 78f06a3046
6 changed files with 46 additions and 12 deletions

3
src/types/HHV.ts Normal file
View File

@@ -0,0 +1,3 @@
export default interface HHV {
id: number;
}

View File

@@ -0,0 +1,3 @@
export default interface ResponseData {
data: any;
}