import { DataResponse } from '../../../api/core/common/Response'; import { UserIdentifierInfo } from '../../../api/reference/UserIdentifierInterface'; export type UserCampaignResponse = DataResponse; export interface UserCampaignResource { user_account_id: string; user_agent_ids: Array; databag: string; user_identifiers: UserIdentifierInfo[]; }