UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 159 B
export type PlatformContractsNotFoundError = { type: "PLATFORM_CONTRACTS_NOT_FOUND"; ids: string[]; graphqlIds: string[]; message?: string; };