Type Alias BulkResponse

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

Properties

Properties

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

Type declaration

  • Optionalerror?: Error
  • id: string

    ID of the resource

  • status: number

    Status code of operation on resource identified by ID