@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
17 lines • 793 B
TypeScript
/**
* Originally copied from Compliance web part 2023-03-28
*/
import { ISuggestion } from "./ISuggestion";
export declare const PurchasingLabels: ISuggestion;
export declare const EngineeringLabels: ISuggestion;
export declare const ProjManagementLabels: ISuggestion;
export declare const CustRelationsLabels: ISuggestion;
export declare const ITLabels: ISuggestion;
export declare const FinanceLabels: ISuggestion;
export declare const QualityLabels: ISuggestion;
export declare const HumanResLabels: ISuggestion;
export declare const FacilityLabels: ISuggestion;
export declare const SafetyLabels: ISuggestion;
export declare const ComplianceLabels: ISuggestion;
export declare const LabelSuggestions: ISuggestion[];
//# sourceMappingURL=SuggestionsSample-Labels.d.ts.map