UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

5 lines (4 loc) 63 B
export type Error<T> = { code: T; message?: string; };