Interface SetListSearchOptions

interface SetListSearchOptions {
    distance: number;
    threshold: number;
}

Properties

Properties

distance: number
threshold: number