UNPKG

spws

Version:

SharePoint Web Services Wrapper

9 lines (8 loc) 281 B
import { SpwsResponse } from "../../types"; interface Operation extends SpwsResponse { data: number; } declare const getListViewThreshold: (listName: string, { webURL }?: { webURL?: string | undefined; }) => Promise<Operation>; export default getListViewThreshold;