📋 TypeRules Array (Copy this into your code)
const typeRules = [
{ flag: 1, name: 'Food Factory', defaultTemplate: 18, description: 'โรงงานผลิตสินค้าที่เป็นอาหาร', category: 'food' },
{ flag: 2, name: 'Food Collector', defaultTemplate: 17, description: 'ผู้รวบรวม/นำเข้า/จัดจำหน่ายอาหาร', category: 'food' },
{ flag: 3, name: 'Non-Food Factory', defaultTemplate: 16, description: 'โรงงานผลิตสินค้าที่ไม่ใช่อาหาร', category: 'nonfood' },
{ flag: 4, name: 'Non-Food Collector', defaultTemplate: 15, description: 'ผู้รวบรวม/นำเข้า/จัดจำหน่ายไม่ใช่อาหาร', category: 'nonfood' }
];