This commit is contained in:
fro1991
2025-10-20 23:52:26 +07:00
parent 94df863f97
commit 2a088168e6

View File

@ -9,6 +9,7 @@ export class TrxCurrencyRate {
@Column({ @Column({
length: 256, length: 256,
default: "reguler",
}) })
type: TrxCurrencyRateType; type: TrxCurrencyRateType;