This package contains the TypeScript interfaces used for the front-end of La Main Verte application.
To install the package, run:
npm install @la-main-verte/shared-types
You can import the interfaces directly into your project:
import type { PlantI, NoteI } from '@la-main-verte/shared-types'
const plant: PlantI = await APIResponse.json()
This package is licensed under the MIT License.