PlayerEventThe base interface for player events.API/Interfaces/PlayerEventhoshimi/src/types/Player.d.tsSignatureexport interface PlayerEvent<Type>Properties3typeopguildIdMethods0No methods.Propertiestype#type: Type;The type of the event.@type{Type}op#op: OpCodes.Event;The operation code for the event.@type{OpCodes.Event}guildId#guildId: string;The guild id associated with the event.@type{string}