Skip to content

@livefolio/sdk / AssetId

Type Alias: AssetId

AssetId = string

Defined in: interfaces/types.ts:6

Stable string identifier for an asset. Matches the id field of Asset. Use this type when you only need to key or compare assets without carrying the full Asset object.

Released under the MIT License.