mirror of
https://github.com/elastic/kibana.git
synced 2025-06-29 03:24:45 -04:00
580 B
580 B
Home > kibana-plugin-plugins-expressions-server > AnyExpressionFunctionDefinition
AnyExpressionFunctionDefinition type
Type to capture every possible expression function definition.
Signature:
export declare type AnyExpressionFunctionDefinition = ExpressionFunctionDefinition<string, any, Record<string, any>, any>;