export type NewInstanceTransformer = { [key: string]: "number" | "boolean" | "date" | "array"; };