export interface ISyncJobData {
  syncLogId: string;
  customerId: string;
  targetSystemCode: string;
}
