Identifierinterface Identifier extends ExpressionBase {optional: boolean;type: "Identifier";value: string;}§Extends§ExpressionBase[src]§Properties§optional: boolean[src]§type: "Identifier"[src]§value: string[src]