Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchwadair committed Dec 18, 2024
1 parent e8553c7 commit 251dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle-orm/src/singlestore-core/columns/vector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface SingleStoreVectorConfig {
elementType?: ElementType;
}

export function vector<U extends string>(
export function vector(
config: SingleStoreVectorConfig,
): SingleStoreVectorBuilderInitial<''>;
export function vector<TName extends string>(
Expand Down

0 comments on commit 251dea3

Please # to comment.