UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 157 B
import { Auth } from '..'; export type GetRecentChangesRequest = { transaction_id: string; auth: Auth; since: string; next_request?: any; };