WithAsyncToStringMethod: {
    [asyncToStringMethod]: (() => Promise<string>);
}

Interface to implement for asyncToStringMethod

Type declaration

  • [asyncToStringMethod]: (() => Promise<string>)
      • (): Promise<string>
      • Returns Promise<string>

Remarks

Since 2.17.0