UNPKG

@mozaic-io/mozaic-sdk-node

Version:

The Mozaic Node SDK enables you to pay your creators easily via the Mozaic API.

5 lines 206 B
import { BaseList } from "../BaseList"; import { PaymentCycle } from "./PaymentCycle"; export declare class PaymentCycleList extends BaseList<PaymentCycle> { } //# sourceMappingURL=PaymentCycleList.d.ts.map