This commit is contained in:
Martin Karkowski 2020-11-11 17:06:59 +01:00
parent 2059ee3a8a
commit 9571c1bde8

View File

@ -1,14 +0,0 @@
/**
* @author Martin Karkowski
* @email m.karkowski@zema.de
* @create date 2020-11-05 12:15:09
* @modify date 2020-11-09 16:25:29
* @desc [description]
*/
import { IMethodInformation } from "./IMethodInformation";
import { ITypeInformation } from "./ITypeInformation";
export interface IFunctionDeclaredInVariableInformation extends IMethodInformation, ITypeInformation {
declarationCode: string,
}