gpt4 book ai didi

typescript - 在 TypeScript 中,Image 的类型是什么?

转载 作者:搜寻专家 更新时间:2023-10-30 20:31:22 38 4
gpt4 key购买 nike

我正在声明一个也将包含图像的接口(interface)。我需要给它什么类型。

export interface AdInterface {
email: string;
mobile: number;
image?: ??
}

最佳答案

如果您的图片属性包含...

图像用作 <img> 元素

image?: HTMLImageElement

图像的 URL。

image?: String

图像文件来自 <input> 元素

image?: File

关于typescript - 在 TypeScript 中,Image 的类型是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41791933/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com