Spaces:
Configuration error
Configuration error
File size: 162 Bytes
5641073 |
1 2 3 4 5 6 7 |
/**
* @author jdiaz5513
*/
import { Interface } from "./interface";
import { ListCtor } from "./list";
export declare const InterfaceList: ListCtor<Interface>;
|