'getting Uncaught ReferenceError after using token = await token.deployed() command

C:\Users\Utkarshhh\Desktop\defi-staking-app-starter>truffle console
truffle(ganache)> tether = await Tether.deployed()
Uncaught ReferenceError: Tether is not defined
    at evalmachine.<anonymous>:1:9


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source