mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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> Co-authored-by: Liza Katz <lizka.k@gmail.com>
559 B
559 B
Home > kibana-plugin-plugins-expressions-server > ExpressionFunction > migrations
ExpressionFunction.migrations property
Signature:
migrations: {
[key: string]: (state: SerializableRecord) => SerializableRecord;
};