Type Alias BulkResponse

type BulkResponse = {
    data?: { error?: Error; id: string; status: number }[];
}
Index

Properties

Properties

data?: { error?: Error; id: string; status: number }[]