Skip to content

Commit

Permalink
style: 作为类型引入
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Jun 1, 2023
1 parent 37f1735 commit 0a86e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qqtools/src/QQ/services/xiaohongshu.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import got, { type Response as GotResponse } from 'got';
import type { _UserPostedObject, _FeedObject } from '@qqtools3/main/src/logProtocol/logTemplate/xiaohongshu';
import { _xiaohongshuLogProtocol } from '../../utils/logProtocol/logActions';
import { XHSProtocol, MessageObject, isSignMessage } from '../function/expand/xiaohongshu/xiaohongshu.worker/messageTypes';
import { XHSProtocol, isSignMessage, type MessageObject } from '../function/expand/xiaohongshu/xiaohongshu.worker/messageTypes';
import type { UserPostedResponse, NoteFeedResponse, SignResult } from './interface';

export async function requestSign(port: number, reqPath: string, data: any | undefined): Promise<SignResult> {
Expand Down

0 comments on commit 0a86e70

Please sign in to comment.