@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
40 lines • 1.39 kB
TypeScript
import { z } from "zod";
export declare const sitemeta: z.ZodObject<{
site_name: z.ZodString;
admin_email: z.ZodEmail;
admin_user_id: z.ZodNumber;
registration: z.ZodString;
upload_filetypes: z.ZodString;
blog_upload_space: z.ZodNumber;
fileupload_maxk: z.ZodNumber;
site_admins: z.ZodArray<z.ZodString>;
allowedthemes: z.ZodRecord<z.ZodString, z.ZodLiteral<true>>;
illegal_names: z.ZodArray<z.ZodString>;
wpmu_upgrade_site: z.ZodNumber;
welcome_email: z.ZodString;
first_post: z.ZodString;
siteurl: z.ZodString;
add_new_users: z.ZodNumber;
upload_space_check_disabled: z.ZodNumber;
subdomain_install: z.ZodString;
ms_files_rewriting: z.ZodNumber;
user_count: z.ZodNumber;
initial_db_version: z.ZodNumber;
active_sitewide_plugins: z.ZodArray<z.ZodAny>;
WPLANG: z.ZodString;
registrationnotification: z.ZodEnum<{
no: "no";
yes: "yes";
}>;
menu_items: z.ZodArray<z.ZodString>;
first_page: z.ZodString;
first_comment: z.ZodString;
first_comment_url: z.ZodString;
first_comment_author: z.ZodString;
welcome_user_email: z.ZodEmail;
limited_email_domains: z.ZodArray<z.ZodEmail>;
banned_email_domains: z.ZodArray<z.ZodEmail>;
new_admin_email: z.ZodEmail;
first_comment_email: z.ZodEmail;
}, z.core.$strip>;
//# sourceMappingURL=sitemeta.d.ts.map