@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @action Show in iTunes Store
* @section Content Types > Music > iTunes Store
* @icon iTunes
*
* Shows the iTunes products or App Store apps passed as input in a store sheet. This is useful with the Search iTunes Store and Search App Store actions.
*
* ```js
* showInITunesStore();
* ```
*/
const showInITunesStore = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.showinstore',
WFWorkflowActionParameters: {},
});
exports.default = showInITunesStore;
//# sourceMappingURL=showInITunesStore.js.map