Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Oct 8, 2024
1 parent 5570c6a commit 0e658c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hrm-domain/packages/hrm-types/ConversationMedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with this program. If not, see https://www.gnu.org/licenses/.
*/

import { HrmAccountId } from '@tech-matters/types';
import { AccountSID, HrmAccountId } from '@tech-matters/types';

type ConversationMediaCommons = {
id: number;
Expand Down Expand Up @@ -115,7 +115,7 @@ export type ExportTranscript = {
};

export type ExportTranscriptDocument = {
accountSid: HrmAccountId;
accountSid: AccountSID;
hrmAccountId: HrmAccountId;
contactId: number;
taskId: string;
Expand Down

0 comments on commit 0e658c4

Please sign in to comment.