UNPKG

@salesforce/soql-model

Version:
8 lines (7 loc) 325 B
import * as Soql from '../model'; import { SoqlModelObjectImpl } from './soqlModelObjectImpl'; export declare class NotConditionImpl extends SoqlModelObjectImpl implements Soql.NotCondition { condition: Soql.Condition; constructor(condition: Soql.Condition); toSoqlSyntax(options?: Soql.SyntaxOptions): string; }