interface ISourceCompleteEvent

Event emitted when a source completes successfully

Properties

The source that was compiled

Index of the source in the configuration

Total number of sources

ruleCount: number

Number of rules fetched from the source

durationMs: number

Time taken to compile this source in milliseconds

Usage

import { type ISourceCompleteEvent } from ".";