Skip to content

Commit

Permalink
Revert "Revert "feat: allow custom fields on livechat room creation (#…
Browse files Browse the repository at this point in the history
…772)""

This reverts commit bebb34b.
  • Loading branch information
ggazzo committed Jul 12, 2024
1 parent 080cfad commit 40184dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/definition/accessors/ILivechatCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import type { IUser } from '../users';

export interface IExtraRoomParams {
source?: ILivechatRoom['source'];
customFields?: {
[key: string]: unknown;
};
}

export interface ILivechatCreator {
Expand Down

0 comments on commit 40184dd

Please sign in to comment.