@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
32 lines • 839 B
TypeScript
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: any;
};
//# sourceMappingURL=ConstantsTMT.d.ts.map