mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -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>;