跳至主要內容
版本:23.11.1

CDPEvents 類型

簽名

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