interface AdapterInstallResp {
    isSupported: (() => boolean);
}

Properties

Properties

isSupported: (() => boolean)