Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Jul 9, 2024
1 parent 7029f2e commit c0209c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chat-core-aws-connect/src/models/connect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare global {
const ChatSession: typeof AwsChatSession;
const LogLevel: typeof AwsChatSession.LogLevel;
export type ActiveChatSession = ReturnType<typeof connect.ChatSession.create>;
export type ActiveCustomerChatSession = Extract<ActiveChatSession, { disconnectParticipant(): any }>;
export type ActiveCustomerChatSession = Extract<ActiveChatSession, { disconnectParticipant(): unknown }>;
export type Logger = typeof AwsChatSession.Logger;
}
}

0 comments on commit c0209c3

Please sign in to comment.