more lint

This commit is contained in:
Olivier Gagnon
2022-05-25 15:40:57 -04:00
parent c1650e332b
commit ca2e22506b
9 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { validateObject } from "./Validator";
interface IReviverValue {
export interface IReviverValue {
ctor: string;
data: any;
}