chore: fix lint

pull/33660/head
matheusbsilva137 1 year ago
parent 95c47f208d
commit 0fa8991dd5
  1. 4
      packages/apps-engine/src/definition/livechat/ILivechatContact.ts

@ -12,8 +12,8 @@ export interface ILivechatContactChannel {
verifiedAt?: Date;
details?: OmnichannelSource;
lastChat?: {
_id: string;
ts: Date;
_id: string;
ts: Date;
};
}

Loading…
Cancel
Save