Use section headers for shared types
This commit is contained in:
@ -45,7 +45,7 @@ Extracts structured fields out of a single text field within a document. You cho
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface IngestProcessorGrokRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
interface IngestProcessorGrokRequest extends <<RequestBase>> {
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user