Updates
This commit is contained in:
@@ -11,7 +11,7 @@ type Param<T extends {
|
||||
};
|
||||
type Return = {
|
||||
string: string;
|
||||
values: string[];
|
||||
values: (string | number)[];
|
||||
};
|
||||
/**
|
||||
* # SQL Query Generator
|
||||
|
||||
Reference in New Issue
Block a user