Variable getEmailFromGmailSchemaConst

getEmailFromGmailSchema: ZodObject<{
    params: ZodObject<{
        email: ZodString;
        messageId: ZodString;
    }, "strip", ZodTypeAny, {
        email: string;
        messageId: string;
    }, {
        email: string;
        messageId: string;
    }>;
}, "strip", ZodTypeAny, {
    params: { email: string; messageId: string; };
}, {
    params: { email: string; messageId: string; };
}> = ...

This schema will validate /mail/:id/gmail/:email/:messageId route

Author

tharun634

Generated using TypeDoc