interface BuildQueuedEvent {
    build: Build;
    buildId: number;
}

Hierarchy (View Summary)

Properties

Properties

build: Build
buildId: number