import type { AbstractDemand, AbstractDemandPatch } from './AbstractDemand';
export type DemandFields = {};
export type Demand = AbstractDemand<'demand'>;
export type DemandPatch = AbstractDemandPatch<'demand'>;
