TLImageAsset

Public TypeAlias

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

TLBaseAsset

Edit this page
Last edited on 11 May 2023
TLIconTypeTLImageCrop