update typescript and remove reflect-metadata lib
This commit is contained in:
6
doric-js/lib/src/native/notification.d.ts
vendored
6
doric-js/lib/src/native/notification.d.ts
vendored
@@ -1,10 +1,10 @@
|
||||
import { BridgeContext } from "../runtime/global";
|
||||
export declare function notification(context: BridgeContext): {
|
||||
publish: (args: {
|
||||
biz?: string | undefined;
|
||||
biz?: string;
|
||||
name: string;
|
||||
data?: object | undefined;
|
||||
androidSystem?: boolean | undefined;
|
||||
data?: object;
|
||||
androidSystem?: boolean;
|
||||
}) => Promise<any>;
|
||||
subscribe: (args: {
|
||||
biz?: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user