LockConfig
type LockConfig = {
of?: AnyPgTable;
} & ({noWait: true;
skipLocked?: undefined;
} | {noWait?: undefined;
skipLocked: true;
} | {noWait?: undefined;
skipLocked?: undefined;
});§Type
§
{
[src]of?: AnyPgTable;
} & ({noWait: true;
skipLocked?: undefined;
} | {noWait?: undefined;
skipLocked: true;
} | {noWait?: undefined;
skipLocked?: undefined;
})