Skip to content

Commit

Permalink
fix: definition in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 5, 2022
1 parent a516041 commit 24376a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ export interface BundleInfo {
}

export interface SetChannelOptions {
chhanel: string;
channel: string;
}

export interface SetCustomIdOptions {
chhanel: string;
customId: string;
}
export interface DelayCondition {
/**
Expand Down

0 comments on commit 24376a6

Please sign in to comment.