Type Alias OfType

OfType:
    | "object"
    | "function"
    | "symbol"
    | "boolean"
    | "number"
    | "string"
    | IConstructor<any>

Accepted inputs for the ofType function