TsCallSignatureDeclarationinterface TsCallSignatureDeclaration extends Node, HasSpan {params: TsFnParameter[];type: "TsCallSignatureDeclaration";typeAnnotation?: TsTypeAnnotation;typeParams?: TsTypeParameterDeclaration;}§Extends§Node[src]§HasSpan[src]§Properties§params: TsFnParameter[][src]§type: "TsCallSignatureDeclaration"[src]§typeAnnotation?: TsTypeAnnotation[src]§typeParams?: TsTypeParameterDeclaration[src]