update style
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import config from "../config/index";
|
||||
import { Response, QueryPage, QueryPageResult, TempFileResponse } from "../types/Model";
|
||||
import { MediaItemType } from "../types/UI";
|
||||
|
||||
/** 微信媒体项(用于上传) */
|
||||
export interface WechatMediaItem {
|
||||
@ -13,7 +14,7 @@ export interface WechatMediaItem {
|
||||
size?: number;
|
||||
|
||||
/** 媒体类型 */
|
||||
type?: string;
|
||||
type?: MediaItemType;
|
||||
}
|
||||
|
||||
/** 请求选项 */
|
||||
|
||||
Reference in New Issue
Block a user