Skip to main content

Namespace: internal

Enumerations

Classes

Type Aliases

AdminBatchJobListRes

Ƭ AdminBatchJobListRes: PaginatedResponse & { batch_jobs: BatchJob[] }

Defined in

medusa/dist/api/routes/admin/batch/index.d.ts:9


AdminBatchJobRes

Ƭ AdminBatchJobRes: Object

Type declaration

NameType
batch_jobBatchJob

Defined in

medusa/dist/api/routes/admin/batch/index.d.ts:5


BatchJobResultError

Ƭ BatchJobResultError: Object

Index signature

[key: string]: unknown

Type declaration

NameType
codestring | number
messagestring

Defined in

medusa/dist/types/batch-job.d.ts:18


BatchJobResultStatDescriptor

Ƭ BatchJobResultStatDescriptor: Object

Type declaration

NameType
keystring
messagestring
namestring

Defined in

medusa/dist/types/batch-job.d.ts:23


PaginatedResponse

Ƭ PaginatedResponse: Object

Type declaration

NameType
countnumber
limitnumber
offsetnumber

Defined in

medusa/dist/types/common.d.ts:60

Was this page helpful?