interface CreateHostingReleaseRequest {
    blob_path?: string;
    entry_point: string;
    game_build_id?: string;
    source_type: "upload" | "cli" | "game_build";
    version: string;
}

Properties

blob_path?: string
entry_point: string

Proven relative path in the finished artifact. Never guess index.html or package.json.

game_build_id?: string
source_type: "upload" | "cli" | "game_build"
version: string

Generated using TypeDoc