TokenContract typeThis feature is currently in beta and may change based on feedback that we receive.The possible Token contract types.Exampleconst { contract } = useContract(<ContractAddress>);Signature:export type TokenContract = TokenDrop | Token | SmartContract | null;