import { ErrorCodes } from '@/custom-errors'; export interface CustomError { message: string; name: string; field?: string; translatedMessageKey?: ErrorCodes | string; translatedMessageInterpolators?: Record; } //# sourceMappingURL=CustomError.d.ts.map