Updates
This commit is contained in:
+5
-1
@@ -15,5 +15,9 @@ type CreateNewUserParams = {
|
||||
host?: string;
|
||||
password?: string;
|
||||
};
|
||||
export declare function createNewSQLUser({ host, password, username, }: CreateNewUserParams): Promise<object | any[] | null>;
|
||||
export declare function createNewSQLUser({ host, password, username, }: CreateNewUserParams): Promise<{
|
||||
[k: string]: any;
|
||||
} | {
|
||||
[k: string]: any;
|
||||
}[] | null>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user