TLImageAsset
Public TypeAlias
Signature
type TLImageAsset = TLBaseAsset<
'image',
{
w: number
h: number
name: string
isAnimated: boolean
mimeType: null | string
src: null | string
}
>
Public TypeAlias
type TLImageAsset = TLBaseAsset<
'image',
{
w: number
h: number
name: string
isAnimated: boolean
mimeType: null | string
src: null | string
}
>