Type Alias ISharedLockWriterAcquiredState

ISharedLockWriterAcquiredState: {
    remainingTime: TimeSpan | null;
    type: typeof SHARED_LOCK_WRITER_STATE["WRITER_ACQUIRED"];
}

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