UNPKG

spws

Version:

SharePoint Web Services Wrapper

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