/** * 文章状态通用常量定义 * * @author terwer * @since 1.1.0 */ declare const POST_STATUS_CONSTANTS: { POST_STATUS_PUBLISH: string POST_TYPE_DRAFT: string POST_TYPE_INHERIT: string } export default POST_STATUS_CONSTANTS //# sourceMappingURL=postStatusConstants.d.ts.map