mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
491 B
491 B
Home > kibana-plugin-plugins-expressions-server > ExpressionValueError
ExpressionValueError type
Signature:
export declare type ExpressionValueError = ExpressionValueBoxed<'error', {
error: ErrorLike;
info?: SerializableState;
}>;