ISPO SDK
    Preparing search index...

    Interface SiteStatus

    Markdown
    interface SiteStatus {
        blockers: SiteBlocker[];
        hostname: string | null;
        live: SiteRelease | null;
        projectId: string;
        source: SiteSourceState;
    }
    Index
    blockers: SiteBlocker[]
    hostname: string | null

    The allocated *.ispo.site hostname, or null before the first deploy.

    live: SiteRelease | null
    projectId: string