export type AppEditableField = { uid?: string; name: string; value: any; type?: string; ref?: string; };