UNPKG

spws

Version:

SharePoint Web Services Wrapper

13 lines (11 loc) 219 B
type Item = { [key: string]: any; ID: string; EncodedAbsUrl: string; ListUrl: string; ListName: string; NewFormUrl: string; EditFormUrl: string; DispFormUrl: string; }; export default Item;