Provides TypeScript interfaces and typesafe method definitions for interacting with Business Central APIs.
npm install @hatkom/business-central-typescriptThis package provides TypeScript interfaces and typesafe method definitions for interacting with Microsoft Dynamics 365 Business Central APIs.
``bash`
npm install business-central-typescript
`typescript``
import { Company, Vendor, Journal, getCompany, getVendors } from 'business-central-typescript';
// Use the provided types and methods to interact with Business Central APIs in a type-safe way