ISPO SDK
    Preparing search index...

    Interface SiteProjectArgs

    Markdown

    The project's own ispo.site website (spec §17.1). These are the Web panel's Review deploy, Deploy, and history as host operations: the host owns the Cloud account, hostname allocation, source vault, build, and pointer. The project only names itself and hands back the exact release identity that review returned.

    interface SiteProjectArgs {
        projectId: string;
    }

    Hierarchy

    Index
    projectId: string