Type alias SoqlNotCondition

SoqlNotCondition: SoqlWhereCondition & {
    condition: SoqlWhereCondition;
}

Type declaration