UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 185 B
export type PlatformDiscountSharePoliciesNotFoundError = { type: "PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND"; ids: string[]; graphqlIds: string[]; message?: string; };