Type Alias BulkResponse

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

Type Declaration

  • Optionalerror?: dataConnections.Error
  • id: string

    ID of the resource

  • status: number

    The HTTP status code indicating the outcome of the operation on the resource.