Interface JobValidationLayoutRead

JobValidationLayoutRead

interface JobValidationLayoutRead {
    honeypot_count?: number;
    honeypot_frames?: number[];
    honeypot_real_frames?: number[];
}

Properties

honeypot_count?: number

JobValidationLayoutRead

honeypot_frames?: number[]

The list of frame ids for honeypots in the job

JobValidationLayoutRead

honeypot_real_frames?: number[]

The list of real (validation) frame ids for honeypots in the job

JobValidationLayoutRead