type BridPlayerEventErrorType = { name: string; message: string; code: string; }; export { BridPlayerEventErrorType };