A chainable Observable type that allows property chaining. This type maps all properties to chainable observables:
Note: TypeScript has limitations inferring through Proxy types. For better type inference, you may need to explicitly type the result:
Returns a promise that resolves with the first value or rejects with a timeout error
Optional
Returns a promise that resolves with the last value or rejects with a timeout error
A chainable Observable type that allows property chaining. This type maps all properties to chainable observables:
Note: TypeScript has limitations inferring through Proxy types. For better type inference, you may need to explicitly type the result: