Skip to content

Commit 9b93e03

Browse files
committed
Commit forgotten file
1 parent f900183 commit 9b93e03

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-core-server](./kibana-plugin-core-server.md) &gt; [SavedObjectUnsanitizedDoc](./kibana-plugin-core-server.savedobjectunsanitizeddoc.md)
4+
5+
## SavedObjectUnsanitizedDoc type
6+
7+
We want to have two types, one that guarantees a "references" attribute will exist and one that allows it to be null. Since we're not migrating all the saved objects to have a "references" array, we need to support the scenarios where it may be missing (ex migrations).
8+
9+
<b>Signature:</b>
10+
11+
```typescript
12+
export declare type SavedObjectUnsanitizedDoc = SavedObjectDoc & Partial<Referencable>;
13+
```

0 commit comments

Comments
 (0)