UNPKG

367 BTypeScriptView Raw
1import { ISubscriptions } from "./types.js";
2declare module "../lists/types" {
3 interface _List {
4 readonly subscriptions: ISubscriptions;
5 }
6 interface IList {
7 /**
8 * Gets the collection of webhooks created for this list
9 *
10 */
11 readonly subscriptions: ISubscriptions;
12 }
13}
14//# sourceMappingURL=list.d.ts.map
\No newline at end of file