const LivingSpaceInfo = { tr: [ { title: "Yaşayan Kişiler Listesi", icon: null, description: "Yaşayan Kişiler listeyebilirsiniz", endpoint: "/building/living_space/list", component: "Table", }, { title: "Yaşayan Kişi Ekle", icon: "BadgePlus", description: "Yaşayan Kişi oluşturma sayfasına hoş geldiniz", endpoint: "/building/living_space/create", component: "AddCreate2Table", }, { title: null, icon: "Pencil", description: "Yaşayan Kişi güncelleme sayfasına hoş geldiniz", endpoint: "/building/living_space/update/{build_uu_id}", component: "AddUpdate2Table", }, ], en: [ { title: "Living People List", icon: null, description: "Welcome to the living people update page", endpoint: "/building/living_space/list", component: "Table", }, { title: "Create Living People", icon: "BadgePlus", description: "Welcome to the living people creation page", endpoint: "/building/living_space/create", component: "AddCreate2Table", }, { title: "Update Living People", icon: "Pencil", description: "Welcome to the living people update page", endpoint: "/building/living_space/update/{build_uu_id}", component: "AddUpdate2Table", }, ], }; export { LivingSpaceInfo };