import { Type } from "./Type" export class StringType extends Type { toString() { return "string" } }