@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
4 lines • 325 B
TypeScript
import type * as types from "../../types";
export declare const definePostType: (args: Partial<Record<string, types.ConfigPostTypeObject>>) => types.PostTypeObject;
export declare const definePostTypeFromDirectory: (directory: string) => types.PostTypeObject | undefined;
//# sourceMappingURL=define-post-type.config.d.ts.map