UNPKG

lbx-invoice

Version:

Provides functionality around generating invoices.

9 lines (8 loc) 221 B
import { Binding, Component } from '@loopback/core'; /** * Provides out of the box invoice functionality. */ export declare class LbxInvoiceComponent implements Component { bindings: Binding[]; constructor(); }