API reference › @evolu/common › Time › TimeoutId
type TimeoutId = Brand<"TimeoutId">;
Defined in: packages/common/src/Time.ts:45
Opaque type for timeout handles.
Use with Time.clearTimeout to cancel a pending timeout.
API reference › @evolu/common › Time › TimeoutId
type TimeoutId = Brand<"TimeoutId">;
Defined in: packages/common/src/Time.ts:45
Opaque type for timeout handles.
Use with Time.clearTimeout to cancel a pending timeout.