tridion-sites-extensions-api-docs

Home > @tridion-sites/models > BatchType

BatchType type

Signature:

export type BatchType =
    | 'unknown'
    | 'auto-classify'
    | 'copy'
    | 'delete'
    | 'localize'
    | 'unlocalize'
    | 'move'
    | 'finish'
    | 'check-in'
    | 'undo-checkout';