On this pageVariable: authPluginOptionsSchema const authPluginOptionsSchema: any; Zod schema enforcing the structure of @robojs/auth plugin configuration. Example const config = authPluginOptionsSchema.parse({ basePath: '/api/auth' }) See AuthPluginOptions