mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
* Use Serializable from package * Rename to align with core * fix * more replacements * docssss * fix * Move it to @kbn/utility-types and remove core export * buildy build * tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
559 B
559 B
Home > kibana-plugin-plugins-expressions-public > ExpressionFunction > migrations
ExpressionFunction.migrations property
Signature:
migrations: {
[key: string]: (state: SerializableRecord) => SerializableRecord;
};