interface StepHeader {
    headers: Map<string, string>;
}

Properties

Properties

headers: Map<string, string>