Files
deguapp/backend/src/interfaces/globalInterface.ts
2023-06-30 14:16:33 +02:00

5 lines
60 B
TypeScript

export interface ErrType {
code: number
message: string
}