front dev update
This commit is contained in:
5
frontend/pshared/lib/models/payment/page.dart
Normal file
5
frontend/pshared/lib/models/payment/page.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:pshared/models/pagination/cursor_page.dart';
|
||||
import 'package:pshared/models/payment/payment.dart';
|
||||
|
||||
|
||||
typedef PaymentPage =CursorPage<Payment>;
|
||||
Reference in New Issue
Block a user