Skip to content

Commit

Permalink
fix(types): Include isConnected in match metadata interface
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 13, 2021
1 parent a35eba6 commit a92429f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -481,6 +481,7 @@ export namespace ActionPayload {
export type FilteredMetadata = {
id: number;
name?: string;
isConnected?: boolean;
}[];

export interface SyncInfo {
Expand Down

0 comments on commit a92429f

Please sign in to comment.