mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
use types instead of interfaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { VALIDATION_ERRORS } from '../db/enums'
|
||||
|
||||
interface ValidationErrors {
|
||||
type ValidationErrors = {
|
||||
[key: string]: { properties: { message: string }; kind: string }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user