Skip to content

Opensearch dashboards.savedobjectsanitizeddoc

Home > opensearch-dashboards > SavedObjectSanitizedDoc

SavedObjectSanitizedDoc type

Describes Saved Object documents that have passed through the migration framework and are guaranteed to have a references root property.

Signature:

export declare type SavedObjectSanitizedDoc<T = unknown> = SavedObjectDoc<T> & Referencable;