UNPKG

@joshfarrant/shortcuts-js

Version:
15 lines (14 loc) 378 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; /** * @action Get Contacts from Input * @section Content Types > Contacts > Contacts * @icon Contacts * * Gets contacts from the result of the previous action. * * ```js * getContactsFromInput(); * ``` */ declare const getContactsFromInput: () => WFWorkflowAction; export default getContactsFromInput;