Interface LookupOptions

interface LookupOptions {
    all?: boolean;
    family?: number;
}

Properties

Properties

all?: boolean

If set to true returns all the results, it just returns the first one otherwise (default).

family?: number

Resolve only the given family results.