UNPKG

@mikezimm/fps-core-v7

Version:

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

18 lines 1.05 kB
// export type IItemIsASearchedItemKey = 'NoRecentViews' | 'PopularRecently' | 'PopularLifeTime' ; // export const ItemIsASearchedItemKeys: IItemIsASearchedItemKey[] = [ // 'NoRecentViews' , 'PopularRecently' , 'PopularLifeTime', // ]; // export interface IFPSItemIsASearchedObject { // NoRecentViews?: boolean; // PopularRecently?: boolean; // PopularLifeTime?: boolean; // allIsAKeys?: IItemIsASearchedItemValue[]; // } // export type IItemIsASearchedItemValue = 'ItemHasNoRecentViews' | 'ItemWasPopularRecently' | 'ItemWasPopularLifeTime' ; // export const ItemHasNoRecentViews: IItemIsASearchedItemValue = `ItemHasNoRecentViews`; // export const ItemWasPopularRecently: IItemIsASearchedItemValue = `ItemWasPopularRecently`; // export const ItemWasPopularLifeTime: IItemIsASearchedItemValue = `ItemWasPopularLifeTime`; // export const ItemIsAValues: IItemIsASearchedItemValue[] = [ // ItemHasNoRecentViews, ItemWasPopularRecently, ItemWasPopularLifeTime, // ]; //# sourceMappingURL=IFPSItemIsASearchedObject.js.map