interface InsuranceManifestIngestErrorItem {
    message: string;
    recordIndex?: number;
}

Properties

message: string
recordIndex?: number