UNPKG

@mikezimm/npmfunctions

Version:
32 lines (31 loc) 798 B
export declare const QuickCommandsTMT: { buttons: ({ label: string; primary: boolean; alert: string; confirm: string; console: string; panelMessage: string; icon: string; updateItem: { StatusTMT: string; CompletedByTMT?: undefined; CompletedDateTMT?: undefined; }; } | { label: string; primary: boolean; alert: string; confirm: string; console: string; panelMessage: string; icon: string; updateItem: { StatusTMT: string; CompletedByTMT: string; CompletedDateTMT: string; }; })[]; onUpdateAlsoCallback: boolean; callBack: null; };