Spaces:
Configuration error
Configuration error
/** | |
* @author jdiaz5513 | |
*/ | |
import { Interface } from "./interface"; | |
import { ListCtor } from "./list"; | |
export declare const InterfaceList: ListCtor<Interface>; | |