Type alias Rule

Rule: {
    source: string;
    target: string;
}

Type declaration

  • source: string
  • target: string