Lee Thanh
Upload 3012 files
5641073
raw
history blame
162 Bytes
/**
* @author jdiaz5513
*/
import { Interface } from "./interface";
import { ListCtor } from "./list";
export declare const InterfaceList: ListCtor<Interface>;