Type Alias ILockAcquiredState

ILockAcquiredState: {
    remainingTime: TimeSpan | null;
    type: typeof LOCK_STATE["ACQUIRED"];
}

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