@pnp/sp
Version:
pnp - provides a fluent api for working with SharePoint REST
5 lines • 334 B
JavaScript
import { _ContentType } from "../content-types/types.js";
import { getValueForUICultureBinder } from "./funcs.js";
_ContentType.prototype.titleResource = getValueForUICultureBinder("nameResource");
_ContentType.prototype.descriptionResource = getValueForUICultureBinder("descriptionResource");
//# sourceMappingURL=content-type.js.map