import { z } from 'zod'; export const resourceCategorySchema = z.enum([ 'Materials', 'By-products', 'Services', 'Energy', 'Logistics', ]);