QueryEditorPropertyExpression🔗Definition🔗export interface QueryEditorPropertyExpression { type: bigquery.QueryEditorExpressionType.Property; property: bigquery.QueryEditorProperty; } See also🔗 QueryEditorPropertyExpressionBuilder