Type Alias AllLockErrors

AllLockErrors:
    | FailedAcquireLockError
    | FailedReleaseLockError
    | FailedRefreshLockError

IMPORT_PATH: "@daiso-tech/core/lock/contracts"