Type alias IngestionFilterFnResult

IngestionFilterFnResult: {
    ingest: boolean;
    protocol: boolean;
}

Type declaration

  • ingest: boolean
  • protocol: boolean

Generated using TypeDoc