Files
explainegy-nextjs/types/responseErrors.ts
2023-01-30 11:42:43 +01:00

5 lines
68 B
TypeScript

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