Type Alias ISharedLockAdapterState

ISharedLockAdapterState: {
    reader: IReaderSemaphoreAdapterState | null;
    writer: IWriterLockAdapterState | null;
}

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