{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "SwitchStatement",
      "discriminant": {
        "type": "Identifier",
        "name": "type"
      },
      "cases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "Literal",
            "raw": "'fs-str'",
            "value": "fs-str"
          },
          "consequent": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "Literal",
                "raw": "'string'",
                "value": "string"
              }
            }
          ]
        }
      ]
    }
  ]
}