anton0519
04/24/2021, 7:36 AMinit
method:
export declare type TypeInput = {
supertokens: {
connectionURI: string;
apiKey?: string;
};
apiWebProxyPath?: string;
appInfo: AppInfo;
recipeList: RecipeListFunction[];
telemetry?: boolean;
isInServerlessEnv?: boolean;
};