mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: solve export conflict
This commit is contained in:
parent
275c4ce226
commit
ef511a729d
@ -1,25 +1,6 @@
|
|||||||
import { ChatType, RawMessage } from '@/core/entities';
|
import { ChatType, RawMessage } from '@/core/entities';
|
||||||
export interface CommonFileInfo {
|
import { CommonFileInfo } from '@/core';
|
||||||
bizType: null;
|
|
||||||
chatType: number;
|
|
||||||
elemId: string;
|
|
||||||
favId: null;
|
|
||||||
fileModelId: string;
|
|
||||||
fileName: string;
|
|
||||||
fileSize: string;
|
|
||||||
md5: string;
|
|
||||||
md510m: string;
|
|
||||||
msgId: string;
|
|
||||||
msgTime: string;
|
|
||||||
parent: null;
|
|
||||||
peerUid: string;
|
|
||||||
picThumbPath: null;
|
|
||||||
sha: string;
|
|
||||||
sha3: string;
|
|
||||||
subId: string;
|
|
||||||
uuid: string;
|
|
||||||
[property: string]: any;
|
|
||||||
}
|
|
||||||
export interface OnRichMediaDownloadCompleteParams {
|
export interface OnRichMediaDownloadCompleteParams {
|
||||||
fileModelId: string,
|
fileModelId: string,
|
||||||
msgElementId: string,
|
msgElementId: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user