mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
493 B
493 B
Home > kibana-plugin-plugins-expressions-server > ExpressionValueBoxed
ExpressionValueBoxed type
Signature:
export declare type ExpressionValueBoxed<Type extends string = string, Value extends object = object> = {
type: Type;
} & Value;