Home > @tridion-sites/models > BatchStatus
Signature:
export type BatchStatus = | 'unknown' | 'notStarted' | 'inProgress' | 'successful' | 'partiallySuccessful' | 'allWithWarnings' | 'failed';