Interface HonuaOdataBatchOutcome

Per-operation outcome in a $batch response.

interface HonuaOdataBatchOutcome {
    body?: unknown;
    headers?: Record<string, string>;
    id: string;
    status: number;
}

Properties

Properties

body?: unknown
headers?: Record<string, string>
id: string
status: number