Skip to content

Commit

Permalink
chore: expose watcher class types
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 committed Feb 5, 2025
1 parent a5a908c commit 68116ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fluent/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import { WatchCfg, Watcher } from "./watch";
import https from "https";
import { SecureClientSessionOptions } from "http2";

/*
* Watch Class Type
*/
export type WatcherType<T extends GenericClass> = Watcher<T>;

/**
* Fetch options and server URL
*/
Expand Down

0 comments on commit 68116ab

Please sign in to comment.