fluffychat/lib/pangea/constants/match_rule_ids.dart
2023-11-08 12:27:18 -05:00

6 lines
288 B
Dart

class MatchRuleIds {
static const interactiveTranslation = "interactive_translation";
static const tokenNeedsTranslation = "token_needs_translation";
static const tokenSpanNeedsTranslation = "token_span_needs_translation";
static const l1SpanAndGrammar = "l1_span_and_grammar";
}