Type Alias JsType

JsType:
    | CommonTypes
    | "boolean"
    | "number"
    | "string"
    | "regexp"
    | "function"