UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

17 lines 505 B
/** * 2024-09-03: Migrated from fps-library-v2\src\common\PropPaneHelp\preconfig */ export interface IMinOverRideProps { enableForceOverRide: boolean; overrideByUser?: string; overrideTime?: string; overrideProps?: string; overrideKeys?: string[]; } export declare const changeOverRideProps: string[]; export interface ISulWPProps { enableSUL: boolean; sUCode: string; } export declare const changeSULProps: string[]; //# sourceMappingURL=Interfaces.d.ts.map