@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
11 lines • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildAppDeployment = void 0;
// This creates an object that is only used by the Connect CLI
const buildAppDeployment = (definition) => {
return {
id: definition.Metadata.Id,
};
};
exports.buildAppDeployment = buildAppDeployment;
//# sourceMappingURL=build-app-deployment.js.map