TLAssetPartial

Public TypeAlias

Signature
type TLAssetPartial<T extends TLAsset = TLAsset> = T extends T
  ? {
      id: TLAssetId
      type: T['type']
      props?: Partial<T['props']>
    } & Partial<Omit<T, 'id' | 'props' | 'type'>>
  : never
References

TLAsset, TLAssetId, Partial, Omit

Edit this page
Last edited on 11 May 2023
TLAssetIdTLAssetShape