mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -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;
}>;