Interface

ChildInterface

ChildInterface

This interface extends the base Interface and adds a new generic method.

View Source namespace/children/ChildInterface.ts, line 5

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:

View Source namespace/Interface.ts, line 11

Promise.<string>

# method2

Generic method that returns a Promise based on the input argument.

This method takes an argument of type T and returns a Promise that resolves to a string.

View Source namespace/children/ChildInterface.ts, line 16