Callback – GBG IDscan Documentation

Callback

General interface for the callback functions

Signature:

export declare type Callback = (param: string | boolean) => void;
Was this page helpful?