Skip to content

Commit 48d8944

Browse files
authored
[IndexPatterns] Clean up StubIndexPattern (#108555)
1 parent e3a6fc5 commit 48d8944

File tree

55 files changed

+828
-874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+828
-874
lines changed

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternattributes.type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
type: string;
10+
type?: string;
1111
```

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternattributes.typemeta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
typeMeta: string;
10+
typeMeta?: string;
1111
```

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.indexpatternattributes.type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
type: string;
10+
type?: string;
1111
```

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.indexpatternattributes.typemeta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<b>Signature:</b>
88

99
```typescript
10-
typeMeta: string;
10+
typeMeta?: string;
1111
```

0 commit comments

Comments
 (0)