update
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { Column, CreateDateColumn, DeleteDateColumn, Entity, JoinColumn, ManyToOne, PrimaryGeneratedColumn, UpdateDateColumn } from "typeorm";
|
||||
import { Status } from "../types/status";
|
||||
import { TrxBankType, TrxCostCode } from "../types/trx";
|
||||
import { TrxCountry } from "./trx_countries";
|
||||
|
||||
@Entity("trx_banks", { schema: "trx" })
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
export enum TrxBankType {
|
||||
"domestic" = "domestic",
|
||||
"remittance" = "remittance",
|
||||
"swift" = "swift",
|
||||
}
|
||||
|
||||
export enum TrxVerificationType {
|
||||
"phone" = "phone",
|
||||
"email" = "email",
|
||||
@ -47,8 +41,7 @@ export enum TrxCurrencyRateType {
|
||||
|
||||
export enum TrxTransactionType {
|
||||
"domestic" = "domestic",
|
||||
"remittance" = "remittance",
|
||||
"swift" = "swift",
|
||||
"overseas" = "overseas",
|
||||
}
|
||||
|
||||
export enum TrxTransactionPosition {
|
||||
|
||||
Reference in New Issue
Block a user