export type JointCompoundInput = { drywall_area_sqft: number; /** * Typical: 3 coats (tape + 2 finish) */ coats?: number; }; //# sourceMappingURL=JointCompoundInput.d.ts.map