UNPKG

@mikezimm/fps-core-v7

Version:

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

10 lines 291 B
export interface IKeySiteProps { SiteLogoUrl: string; LimitedDownload: boolean | null; WebTimezone: string; WebLanguage: string; UserTimezone: string; UserTimePref: boolean; BrokenPermissions: boolean | null; } //# sourceMappingURL=IKeySiteProps.d.ts.map