Skip to content
Snippets Groups Projects
SetCustomObjectFormatterEnabledCommandResponse.cs 288 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;

namespace MasterDevs.ChromeDevTools.Protocol.Runtime
{
	[CommandResponse(ProtocolName.Runtime.SetCustomObjectFormatterEnabled)]
	public class SetCustomObjectFormatterEnabledCommandResponse
	{
	}
}