UNPKG

509 BTypeScriptView Raw
1import { IUserCustomActions } from "./types.js";
2declare module "../webs/types" {
3 interface _Web {
4 /**
5 * Gets a newly refreshed collection of the SPWeb's SPUserCustomActionCollection
6 */
7 readonly userCustomActions: IUserCustomActions;
8 }
9 interface IWeb {
10 /**
11 * Gets a newly refreshed collection of the SPWeb's SPUserCustomActionCollection
12 */
13 readonly userCustomActions: IUserCustomActions;
14 }
15}
16//# sourceMappingURL=web.d.ts.map
\No newline at end of file