@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 501 B
JavaScript
;
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