UNPKG

@mikezimm/fps-core-v7

Version:

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

15 lines 777 B
import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps'; import { IFpsItemsReturn } from '../../../components/molecules/process-results/IFpsItemsReturn'; /** * getSourceFieldsAPI will get all the fields information for a list * import { getSourceFieldsAPI, getSourceFieldByInternalNameOrTitleAPI } from '@mikezimm/fps-core-v7/lib/restAPIs/lists/fields/getSourceFieldsAPI'; * * Replaces fetchFieldsD from pnp2 * * @param sourceProps * @param alertMe * @param consoleLog * @returns */ export declare function getSourceFieldsAPI(sourceProps: ISourceProps, alertMe: boolean | undefined, consoleLog: boolean | undefined, fieldNameTitle?: string): Promise<IFpsItemsReturn>; //# sourceMappingURL=getSourceFieldsAPI.d.ts.map