export type ErrorType = { name: string; message: string; stack?: string; }; export type InfoType = { componentStack: string; };