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