massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / paginated_result.pyi
1 from typing import Any
2
3 class PaginatedResult:
4     total_items: Any
5     page_size: Any
6     current_page: Any
7     def __init__(self, total_items, page_size, current_page) -> None: ...