Type alias ParsingError

ParsingError: {
    message: string;
    value: string;
}

Type declaration

  • message: string
  • value: string