@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @action Get Contacts from Input
* @section Content Types > Contacts > Contacts
* @icon Contacts
*
* Gets contacts from the result of the previous action.
*
* ```js
* getContactsFromInput();
* ```
*/
const getContactsFromInput = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.detect.contacts',
WFWorkflowActionParameters: {},
});
exports.default = getContactsFromInput;
//# sourceMappingURL=getContactsFromInput.js.map