Interface EsriSampleCorpusGuardrails

interface EsriSampleCorpusGuardrails {
    liveRunLanes: EsriSampleCorpusLane[];
    liveRunsRequireOptIn: boolean;
    noCommittedEsriServiceData: boolean;
    notes: string[];
    noVendoredEsriSampleCode: boolean;
    prCiUsesFixtureOnly: boolean;
}

Properties

liveRunLanes: EsriSampleCorpusLane[]
liveRunsRequireOptIn: boolean
noCommittedEsriServiceData: boolean
notes: string[]
noVendoredEsriSampleCode: boolean
prCiUsesFixtureOnly: boolean