Skip to content

Commit 5b66bd0

Browse files
committed
Update API extract again
1 parent fcf2b31 commit 5b66bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/etc/common.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ export interface LocalStorageAdapter {
640640

641641
// @public (undocumented)
642642
export abstract class LockContext implements SqlExecutor, DBGetUtils {
643-
abstract get connectionType(): 'writer' | 'queryOnly' | 'readOnly' | undefined;
643+
abstract get connectionType(): 'readWrite' | 'queryOnly' | 'readOnly';
644644
// (undocumented)
645645
execute<T = SqliteRecord>(query: string, params?: any[] | undefined): Promise<QueryResult<T>>;
646646
// (undocumented)

0 commit comments

Comments
 (0)