@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
35 lines (34 loc) • 930 B
TypeScript
declare const _default: {
everyText: string;
emptyMonths: string;
emptyMonthDays: string;
emptyMonthDaysShort: string;
emptyWeekDays: string;
emptyWeekDaysShort: string;
emptyHours: string;
emptyMinutes: string;
emptyMinutesForHourPeriod: string;
yearOption: string;
monthOption: string;
weekOption: string;
dayOption: string;
hourOption: string;
minuteOption: string;
rebootOption: string;
prefixPeriod: string;
prefixMonths: string;
prefixMonthDays: string;
prefixWeekDays: string;
prefixWeekDaysForMonthAndYearPeriod: string;
prefixHours: string;
prefixMinutes: string;
prefixMinutesForHourPeriod: string;
suffixMinutesForHourPeriod: string;
errorInvalidCron: string;
clearButtonText: string;
weekDays: string[];
months: string[];
altWeekDays: string[];
altMonths: string[];
};
export default _default;