Funnel: { _id: string; dateAdded: string; dateUpdated: string; deleted: boolean; domainId?: string; locationId: string; name: string; orderFormVersion?: number; originId?: string; steps: FunnelStep[]; type?: string; updatedAt: string; faviconUrl?: string; globalSectionVersion?: number; globalSectionsPath?: string; globalSectionsUrl?: string; isStoreActive?: boolean; trackingCodeBody?: string; trackingCodeHead?: string; url?: string;} Type declaration
_id: string
dateAdded: string
dateUpdated: string
deleted: boolean
Optional
domainId?: string
locationId: string
name: string
Optional
orderFormVersion?: number
Optional
originId?: string
Optional
type?: string
updatedAt: string
Optional
faviconUrl?: string
Optional
globalSectionVersion?: number
Optional
globalSectionsPath?: string
Optional
globalSectionsUrl?: string
Optional
isStoreActive?: boolean
Optional
trackingCodeBody?: string
Optional
trackingCodeHead?: string
Optional
url?: string