Skip to content

Commit

Permalink
[IndexPatterns] Clean up StubIndexPattern (#108555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Aug 25, 2021
1 parent e3a6fc5 commit 48d8944
Show file tree
Hide file tree
Showing 55 changed files with 828 additions and 874 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<b>Signature:</b>

```typescript
type: string;
type?: string;
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<b>Signature:</b>

```typescript
typeMeta: string;
typeMeta?: string;
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<b>Signature:</b>

```typescript
type: string;
type?: string;
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<b>Signature:</b>

```typescript
typeMeta: string;
typeMeta?: string;
```
Loading

0 comments on commit 48d8944

Please sign in to comment.