Variable redirectToGoogleConsentScreenHandlerSchemaConst

redirectToGoogleConsentScreenHandlerSchema: ZodObject<{
    query: ZodObject<{
        id: ZodString;
    }, "strip", ZodTypeAny, {
        id: string;
    }, {
        id: string;
    }>;
}, "strip", ZodTypeAny, {
    query: { id: string; };
}, {
    query: { id: string; };
}> = ...

This schema is to validate /auth/oauth/google route

Constant

Author

aayushchugh

Generated using TypeDoc