UNPKG

spws

Version:

SharePoint Web Services Wrapper

8 lines (7 loc) 258 B
import { Command } from "../../../types"; import { UpdateField, NewField } from "."; /** * Creates an xml fields string */ declare const createFieldsXml: (fields: NewField[] | UpdateField[], type: Command) => string; export default createFieldsXml;