/** * API类型常量定义 */ declare const BLOG_API_TYPE_CONSTANTS: { API_TYPE_SIYUAN: string API_TYPE_WORDPRESS: string } export default BLOG_API_TYPE_CONSTANTS //# sourceMappingURL=blogApiTypeConstants.d.ts.map