UNPKG

334 BTypeScriptView Raw
1import { IContentTypes } from "./types.js";
2declare module "../lists/types" {
3 interface _List {
4 readonly contentTypes: IContentTypes;
5 }
6 interface IList {
7 /**
8 * Content types available on this list
9 */
10 readonly contentTypes: IContentTypes;
11 }
12}
13//# sourceMappingURL=list.d.ts.map
\No newline at end of file