mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Use Serializable from package * Rename to align with core * fix * more replacements * docssss * fix * Move it to @kbn/utility-types and remove core export * buildy build * tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Liza Katz <lizka.k@gmail.com>
492 B
492 B
Home > kibana-plugin-plugins-expressions-server > ExpressionValueError
ExpressionValueError type
Signature:
export declare type ExpressionValueError = ExpressionValueBoxed<'error', {
error: ErrorLike;
info?: SerializableRecord;
}>;