Type Alias RemotePlayWorldSessionEvent

RemotePlayWorldSessionEvent: {
    detail?: Record<string, unknown>;
    name: string;
}