Updates
This commit is contained in:
Vendored
+2
@@ -1073,6 +1073,7 @@ export type APIGoogleLoginFunctionParams = {
|
||||
additionalData?: {
|
||||
[key: string]: string | number;
|
||||
};
|
||||
debug?: boolean;
|
||||
};
|
||||
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
|
||||
/**
|
||||
@@ -1088,6 +1089,7 @@ export type HandleSocialDbFunctionParams = {
|
||||
supEmail?: string;
|
||||
additionalFields?: string[];
|
||||
useLocal?: boolean;
|
||||
debug?: boolean;
|
||||
};
|
||||
export type HandleSocialDbFunctionReturn = {
|
||||
success: boolean;
|
||||
|
||||
Reference in New Issue
Block a user