Home > kibana-plugin-core-public > SavedObjectAttributeSingle
Don't use this type, it's simply a helper type for SavedObjectAttribute
Signature:
export declare type SavedObjectAttributeSingle = string | number | boolean | null | undefined | SavedObjectAttributes;