Files
explainegy-nextjs/types/responseErrors.tsx
2023-01-07 08:52:59 +01:00

5 lines
68 B
TypeScript

export type ResponseError = {
code: string;
message: string;
};