blob: 6011f0ba147a8ff9110d2543b9c22515f7c049fd [file] [log] [blame]
interface Module {
name: string;
directory: string;
}
export { Module };