Skip to content

Commit

Permalink
Added optional error to UserInterfaceClientSubscribeReturnType
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 24, 2024
1 parent d0d589b commit 6461cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/adapter/src/lib/_Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ export interface UserInterfaceClientSubscribeReturnType {
accepted: boolean;
/** Optional heartbeat, if set, the client needs to re-subscribe every heartbeat interval */
heartbeat?: number;
/** Optional error if not accepted */
error?: string;
}

type UserInterfaceUnsubscribeInfoBaseObject = {
Expand Down

0 comments on commit 6461cc0

Please sign in to comment.