@la-main-verte/shared-types

v1.0.2

Published

Shared TypeScript interfaces for frontend of la-main-verte app

Downloads

193

Readme

La Main Verte - Shared TypeScript Interfaces

This package contains the TypeScript interfaces used for the front-end of La Main Verte application.

Installation

To install the package, run:


npm install @la-main-verte/shared-types

Usage

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()

License

This package is licensed under the MIT License.