export interface ApplicationErrorState { type: string; payload: Record | Error; displayable?: boolean; date: Date; /** * pluginName will be utilized in ApplicationErrorHandler on frontend * It will be used to filter against the list of plugins * to check if Fill related to this specific error is registered * or not. */ pluginName?: string; } //# sourceMappingURL=error-state.d.ts.map