TsGetterSignatureinterface TsGetterSignature extends Node, HasSpan {computed: boolean;key: Expression;optional: boolean;readonly: boolean;type: "TsGetterSignature";typeAnnotation?: TsTypeAnnotation;}§Extends§Node[src]§HasSpan[src]§Properties§computed: boolean[src]§key: Expression[src]§optional: boolean[src]§readonly: boolean[src]§type: "TsGetterSignature"[src]§typeAnnotation?: TsTypeAnnotation[src]