view data fixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import type { PaymentDTO } from '@/lib/types/generated/PaymentDTO';
|
||||
|
||||
export class PaymentViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class PaymentViewModel extends ViewModel {
|
||||
id!: string;
|
||||
type!: string;
|
||||
amount!: number;
|
||||
|
||||
Reference in New Issue
Block a user