Skip to content

Variable: authLogoutResultSchema

const authLogoutResultSchema: ZodObject<{ ok: ZodBoolean; redirectTo: ZodString; }, $strip>