ZibriInvoicingPluginDiProviders: {
    "zi.invoicing.invoice_calc_service": ZibriInvoicingPluginDiProvider<
        InvoiceCalcServiceInterface<any>,
    >;
    "zi.invoicing.invoice_conformance_services": ZibriInvoicingPluginDiProvider<
        InvoiceConformanceServiceInterface<any>[],
    >;
    "zi.invoicing.invoice_number_service": ZibriInvoicingPluginDiProvider<
        InvoiceNumberServiceInterface<any>,
    >;
    "zi.invoicing.invoice_pdf_service": ZibriInvoicingPluginDiProvider<
        InvoicePdfServiceInterface<any>,
    >;
    "zi.invoicing.options": ZibriInvoicingPluginDiProvider<InvoicingOptions>;
    "zi.invoicing.options_input": ZibriInvoicingPluginDiProvider<
        InvoicingOptionsInput,
    >;
}

Type declaration