Table of contents

Public interface

Signature
interface TLBaseAsset<Type extends string, Props>
  extends BaseRecord<'asset', TLAssetId> {}
References

BaseRecord, TLAssetId

Source

packages/tlschema/src/assets/TLBaseAsset.ts


Properties

meta

Public propertysignature

Signature
meta: JsonObject

props

Public propertysignature

Signature
props: Props

type

Public propertysignature

Signature
type: Type

TLAssetShapeTLBaseShape