update new table teller mutation
This commit is contained in:
@ -23,7 +23,7 @@ import { IncomeTier } from "./entity/income_tier";
|
||||
import { Munisipo } from "./entity/munisipo";
|
||||
import { Suco } from "./entity/suco";
|
||||
import { LogPull } from "./entity/log_pull";
|
||||
import { LogPullType, StatusLogPull } from "./types/pull";
|
||||
import { LogPullType, StatusLogPull, TellerCode } from "./types/pull";
|
||||
import { Category } from "./entity/categories";
|
||||
import { CategorySource } from "./types/category_source";
|
||||
import { PullerStatus } from "./entity/puller_status";
|
||||
@ -68,6 +68,7 @@ import { AssetJournalEntry } from "./entity/journal_entries";
|
||||
import { PaymentApproval } from "./entity/payment_approval";
|
||||
import { FinanceMemo } from "./entity/finance_memo";
|
||||
import { BankGaransiPending } from "./entity/bank_garansi_pending";
|
||||
import { TellerMutation } from "./entity/teller_mutation";
|
||||
|
||||
export {
|
||||
User, //
|
||||
@ -101,6 +102,7 @@ export {
|
||||
LogPull,
|
||||
LogPullType,
|
||||
StatusLogPull,
|
||||
TellerCode,
|
||||
Category,
|
||||
CategorySource,
|
||||
CategoryType,
|
||||
@ -146,4 +148,5 @@ export {
|
||||
CreditApplicationChat,
|
||||
CreditApplicationFileStatus,
|
||||
Application,
|
||||
TellerMutation
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user