Type Alias NgwIdentifyEvent<F, G>

NgwIdentifyEvent<F, G>: NgwIdentify & {
    getIdentifyItems: (() => IdentifyItem<F, G>[]);
}

Type Parameters