export type fields_models_LineItem = { description?: string; id?: string; priceId?: string; productId?: string; quantity?: number; rate?: number; };