Type alias ConditionalPredicateOptions

ConditionalPredicateOptions: ConditionalPredicateBase & {
    optionIds: string[];
    type?: "OPTIONS";
}