Type alias TimeoutResult

TimeoutResult: {
    resultType: "timeout";
}

Type declaration

  • resultType: "timeout"

Generated using TypeDoc