Added BPA-related entities and types
This commit is contained in:
@ -39,6 +39,9 @@ import { SummarizeLog } from "./entity/summarize_log";
|
||||
import { SummarizeLogStatus, SummarizeType } from "./types/summarize";
|
||||
import { TelegramBody, TelegramResponseSend } from "./types/telegram";
|
||||
import { Ledger } from "./entity/ledgers";
|
||||
import { BpaFormat } from "./entity/bpa_format"
|
||||
import { BpaLog } from "./entity/bpa_log"
|
||||
import { Bpa } from "./entity/bpa"
|
||||
import { CreditCompany } from "./entity/credit_companies";
|
||||
import { CreditDebtor } from "./entity/credit_debtors";
|
||||
import { CreditTypeForms } from "./entity/credit_type_forms";
|
||||
@ -128,6 +131,9 @@ export {
|
||||
SummarizeLogStatus,
|
||||
SummarizeType,
|
||||
Ledger,
|
||||
BpaFormat,
|
||||
BpaLog,
|
||||
Bpa,
|
||||
CreditCompany,
|
||||
CreditDebtor,
|
||||
CreditTypeForms,
|
||||
|
||||
Reference in New Issue
Block a user