UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

6 lines (5 loc) 131 B
/** @description Key value pair to allow custom properties */ export interface Identifier { type: string; value: string; }