ProtocolQuery

interface ProtocolQuery {
	name?: string;
	ordering?: string;
	page?: number;
	search?: string;
}