@ossy/types
v0.0.9
Published
Shared TypeScript types for all packages
Downloads
552
Readme
@ossy/types
Shared TypeScript types for all packages in the monorepo.
Installation
This package is part of the monorepo and can be used by other packages via:
import { SomeType } from '@ossy/types';Usage
Add shared types to this package that need to be used across multiple packages in the monorepo.
Development
Build the package:
npm run build