The actual resources of an "LensStudio:AssetLibrary".Asset.

interface Resource {
    name: string;
    uri: string;
}

Properties

Properties

name: string
uri: string