Interface CreateSafeProgramCommandInput

The input for CreateSafeProgramCommand.

interface CreateSafeProgramCommandInput {
    source: SafeProgramSource;
}

Hierarchy (View Summary)

Properties

Properties

The source to create the program from.