UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Get Addresses from Input * @section Content Types > Location > Maps * @icon Maps * * Returns any street addresses found in the output from the previous action. * * ```js * getAddressesFromInput(); * ``` */ const getAddressesFromInput = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.detect.address', WFWorkflowActionParameters: {}, }); exports.default = getAddressesFromInput; //# sourceMappingURL=getAddressesFromInput.js.map