UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

13 lines (11 loc) 214 B
module.exports.settingsForm = { JsonSchema: { title: 'Connect Example Connection', description: 'Sample Form Description', type: 'object', properties: { } }, UiSchema: { } };