@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
13 lines • 721 B
TypeScript
/**
* 2024-09-07: Migrated from SAME folder: fps-library-v2\src\components\molecules\SearchPage\Interface
*/
export type IContentGroup = 'Office' | 'Code' | 'Archive' | 'Data' | 'SharePoint' | 'Media' | 'Folder' | 'Other';
export declare const ContentGroupOffice: IContentGroup;
export declare const ContentGroupData: IContentGroup;
export declare const ContentGroupArchive: IContentGroup;
export declare const ContentGroupCode: IContentGroup;
export declare const ContentGroupMedia: IContentGroup;
export declare const ContentGroupSP: IContentGroup;
export declare const ContentGroupFolder: IContentGroup;
export declare const ContentGroupOther: IContentGroup;
//# sourceMappingURL=IContentGroup.d.ts.map