Interface DefaultOptions

Interface for default options

interface DefaultOptions {
    likelihood?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

likelihood?: number