This interface extends the base Interface
and adds a new generic method.
Extends
Members
Promise.<string>
# method
Generic method that returns a Promise
This method takes an argument of any type and returns a Promise that resolves to a string.
- Inherited From:
Promise.<string>
# method2
Generic method that returns a Promise
This method takes an argument of type T and returns a Promise that resolves to a string.