Files
sendico/frontend/pshared/lib/models/payment/page.dart
2026-01-30 16:54:56 +01:00

5 lines
158 B
Dart

import 'package:pshared/models/pagination/cursor_page.dart';
import 'package:pshared/models/payment/payment.dart';
typedef PaymentPage =CursorPage<Payment>;