AssetQuery

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