UNPKG

@mollie/api-client

Version:
5 lines (4 loc) 357 B
import { type PaginationParameters, type SortParameter, type TestModeParameter, type ThrottlingParameter } from '../../types/parameters'; export type GetParameters = TestModeParameter; export type PageParameters = PaginationParameters & SortParameter & TestModeParameter; export type IterateParameters = Omit<PageParameters, 'limit'> & ThrottlingParameter;