export interface AppComNode { type: string key?: string props?: Record children?: Array }