interface AssetType {
    contentType: string;
    immutable: true;
    name: string;
    runtimeFormat: DataFormat;
}

Properties

contentType: string
immutable: true
name: string
runtimeFormat: DataFormat