summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/src/serialization/pointers/interface-list.d.ts
blob: 982bef3c3c506adb610025cd058b64f4cea04939 (plain)
1
2
3
4
5
6
/**
 * @author jdiaz5513
 */
import { Interface } from "./interface";
import { ListCtor } from "./list";
export declare const InterfaceList: ListCtor<Interface>;