5 lines
158 B
Dart
5 lines
158 B
Dart
import 'package:pshared/models/pagination/cursor_page.dart';
|
|
import 'package:pshared/models/payment/payment.dart';
|
|
|
|
|
|
typedef PaymentPage =CursorPage<Payment>; |