On this pageType Alias: AuthPluginOptions type AuthPluginOptions: Omit<z.infer<typeof authPluginOptionsSchema>, "emails"> & object; Convenience type mirroring the schema with improved autocomplete for the emails block. Type declaration emails? optional emails: EmailsOptions;