UNPKG

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