UNPKG

spws

Version:

SharePoint Web Services Wrapper

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