@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
12 lines • 471 B
TypeScript
import type * as types from "../../types";
export declare const defineWPConfig: (config: Required<{
staticAssetsPath: types.Config["staticAssetsPath"];
database: types.Config["database"];
}> & Partial<{
postTypeObject: types.PostTypeObject;
postStatusObject: types.PostStatusObject;
taxonomies: types.TaxonomyRecord;
}> & Partial<{
logLevel: types.LogLevel;
}> & types.JSONWPConfig) => types.Config;
//# sourceMappingURL=define-wp.config..d.ts.map