UNPKG

apex-mutation-testing

Version:

Apex mutation testing plugin

7 lines (6 loc) 156 B
import { TerminalNode } from 'antlr4ts/tree'; export interface ApexMutation { mutationName: string; token: TerminalNode; replacement: string; }