﻿{
  $type: RobotsTxt,
  Rules: {
    $type: RobotsTxt.Rule[],
    $values: [
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /
      }
    ]
  }
}
