interface ConnectorImageVariableSource {
    assetId: string;
    connectorId: string;
    resolved?: ResolvedMedia;
}

Properties

assetId: string

The requested asset id or name

connectorId: string
resolved?: ResolvedMedia

If the connector was able to query, this will contain the actual resolved media Id.