import type * as Merge from "../../../index"; /** * The type of site. * * * `PERSONAL` - PERSONAL * * `COMPANY` - COMPANY * * `PORTFOLIO` - PORTFOLIO * * `BLOG` - BLOG * * `SOCIAL_MEDIA` - SOCIAL_MEDIA * * `OTHER` - OTHER * * `JOB_POSTING` - JOB_POSTING */ export type UrlUrlType = Merge.ats.UrlTypeEnum | string;