UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Get Last Import * @section Content Types > Photos & Video > Photos * @icon Photos * * Gets the most recent photo import from the Photos app. * * ```js * getLastImport(); * ``` */ const getLastImport = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.getlatestphotoimport', WFWorkflowActionParameters: {}, }); exports.default = getLastImport; //# sourceMappingURL=getLastImport.js.map