Interface AutoTestSnapshotBuildProgram

The program that build this AutoTest snapshot.

interface AutoTestSnapshotBuildProgram {
    id: string;
    state: AutoTestSnapshotBuildProgramState;
}

Properties

Properties

id: string

The id of the SAFE program.

The state of the build program.