UNPKG

366 BTypeScriptView Raw
1import { IUserCustomActions } from "./types.js";
2declare module "../sites/types" {
3 interface _Site {
4 readonly userCustomActions: IUserCustomActions;
5 }
6 interface ISite {
7 /**
8 * Get all custom actions on a site collection
9 */
10 readonly userCustomActions: IUserCustomActions;
11 }
12}
13//# sourceMappingURL=site.d.ts.map
\No newline at end of file