MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / CropOption

Interface CropOption

src/data/crops.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CropOption {
2 name: string;
3 category: string;
4}
5
6export const CROP_OPTIONS: CropOption[] = [
7 // Cereals & Grains

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected