expo-backend-types 0.4.0-EXPO-248-EB-GrupoEtiqueta.15 → 0.4.0-EXPO-248-EB-GrupoEtiqueta.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types/schema.d.ts +5 -1
- package/package.json +1 -1
package/dist/types/schema.d.ts
CHANGED
@@ -231,7 +231,11 @@ export interface components {
|
|
231
231
|
expiresIn?: number;
|
232
232
|
};
|
233
233
|
};
|
234
|
-
ErrorDto:
|
234
|
+
ErrorDto: {
|
235
|
+
message: string[];
|
236
|
+
statusCode: number;
|
237
|
+
error: string;
|
238
|
+
};
|
235
239
|
RefreshResponseDto: {
|
236
240
|
refreshToken: string;
|
237
241
|
accessToken: string;
|