export type RoughOpeningResult = { rough_opening_width_in: number; rough_opening_height_in: number; /** * King-to-king stud width (RO + 3in) */ header_width_in: number; notes: string; }; //# sourceMappingURL=RoughOpeningResult.d.ts.map