This commit is contained in:
Janis
2023-01-07 08:52:59 +01:00
parent 6ed3cc22f3
commit dd121030e4
30 changed files with 7745 additions and 8665 deletions

4
types/responseErrors.tsx Normal file
View File

@@ -0,0 +1,4 @@
export type ResponseError = {
code: string;
message: string;
};