跳到主要内容
版本: 23.11.1

CDPEvents 类型

签名

export type CDPEvents = {
[Property in keyof ProtocolMapping.Events]: ProtocolMapping.Events[Property][0];
};