UNPKG

myinvois-sdk

Version:

TypeScript SDK for interacting with the Malaysia e-invoicing system (MyInvois) API

10 lines (9 loc) 190 B
/** * Base model class that all models extend */ export declare abstract class BaseModel { /** * Converts the model to a JSON representation */ abstract toJSON(): any; }