@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
11 lines • 440 B
TypeScript
/**
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
*/
import { ISourceProps } from "./ISourceProps";
/**
* prepSourceColumns will look at SourceProps and figure out all columns to be selected and expanded
* @param sourceProps
* @returns
*/
export declare function prepSourceColumns(sourceProps: ISourceProps, forceWebUrl: string): ISourceProps;
//# sourceMappingURL=prepSourceColumns.d.ts.map