@fas-core/shared-types
v1.0.23
Published
FAS Core Shared Types - A collection of shared TypeScript types for the FAS Core SDK.
Readme
📦 Publish Instructions
To build and publish this package, follow these steps:
Step 1: Build the Project
npm run buildStep 2: Publish the Package
npm publish --access publicStep 3: Bump Version (for updates)
npm version patch
npm publish