Interface PipelineSetManualCheckInStateResponseValue

interface PipelineSetManualCheckInStateResponseValue {
    checkInState: boolean;
}

Properties

Properties

checkInState: boolean

Generated using TypeDoc