UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

8 lines (7 loc) 294 B
import type { PageInput } from "./../../common/PageInput.js"; import type { PlatformPayoutFilterInput } from "./../../platform/payout/PlatformPayoutFilterInput.js"; export type GetPlatformPayoutsBody = { isForTest?: boolean; page?: PageInput; filter?: PlatformPayoutFilterInput; };