UNPKG

@mikezimm/fps-core-v7

Version:

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

14 lines 423 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/LockProps... */ export interface IMinLockProps { enableLockProps: boolean; lockedByUser?: string; lockedTime?: string; lockedMess1?: string; lockedMess2?: string; lockedMess3?: string; lockedHTML1?: string; } export declare const changeLockProps: string[]; //# sourceMappingURL=Interfaces.d.ts.map