CurrentBasis

interface CurrentBasis {
	id: string;
	method: string;
	average_cost: string;
	inventory?: string | null;
	bal: string;
}