UNPKG

@mikezimm/fps-core-v7

Version:

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

26 lines 724 B
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/components/ItemPicker/interfaces... */ /** * fetchFileList will fetch an array of the current site's hub associated sites. Used in Pivot Tiles and Hub Connections. * @param webUrlPicker * @param departmentId * @returns */ /** * IKeyText is for the prop pane dropdown picker */ export interface IPropPaneFetchFileProps extends IKeyText { FileLeafRef: string; FileRef: string; FileSystemObjectType?: number; '@odata.id': string; Name: string; id: string; type: string; } export interface IKeyText { key: string; text: string; } //# sourceMappingURL=IPropPaneFetchFileProps.d.ts.map