@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
16 lines (15 loc) • 994 B
TypeScript
import WFSerialization from '../interfaces/WF/WFSerialization';
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
/** The date format to use */
dateFormat?: "None" | "Short" | "Medium" | "Long" | "Relative" | "RFC 2822" | "ISO 8601" | "Custom" | "How Long Ago/Until" | WFSerialization | undefined;
/** The time format to use */
timeFormat?: "None" | "Short" | "Medium" | "Long" | "Relative" | "ISO 8601 Time" | WFSerialization | undefined;
/** The alternative format to use for relative date format */
alternativeFormat?: "Short" | "Medium" | "Long" | WFSerialization | undefined;
/** Whether to use ISO 8601 time */
includeISO8601Time?: boolean | WFSerialization | undefined;
/** The custom format string to use */
formatString?: string | WFSerialization | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;