Skip to content

Commit

Permalink
make options optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jul 11, 2022
1 parent b07b79b commit 99a666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export class CacheItem<I = unknown> {

export interface ClientOptions {
onConnect?(): void;
namespace: string;
eventBus: any; // import("modapp-eventbus").EventBus
namespace?: string;
eventBus?: any; // import("modapp-eventbus").EventBus
}

export interface Type {
Expand Down

0 comments on commit 99a666e

Please sign in to comment.