export type ModelInfo = { propertyUpdateType: "Attach" | "AddOrUpdate"; attachedToType: string | null; sourceField: string | null; innerPreviewModelName: string | null; displayName: string | null; isListType: boolean; queryIgnore: boolean; innerProperties: { [key: string]: ModelInfo; } | null; };