@hatkom/business-central-typescript
v1.0.2
Published
Provides TypeScript interfaces and typesafe method definitions for interacting with Business Central APIs.
Readme
Business Central TypeScript Interfaces
This package provides TypeScript interfaces and typesafe method definitions for interacting with Microsoft Dynamics 365 Business Central APIs.
Features
- TypeScript interfaces for Business Central entities (e.g., Company, Vendor, Journal)
- Typesafe method definitions for calling Business Central APIs
Installation
npm install business-central-typescriptUsage
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 wayLicense
MIT
