UNPKG

331 BTypeScriptView Raw
1import "../folders/list.js";
2declare module "../lists/types" {
3 interface _List {
4 getSiteScript(): Promise<string>;
5 }
6 interface IList {
7 /**
8 * Gets the site script syntax (JSON) from the current list
9 */
10 getSiteScript(): Promise<string>;
11 }
12}
13//# sourceMappingURL=list.d.ts.map
\No newline at end of file