Interface FileChangeUpdateByExternalId

interface FileChangeUpdateByExternalId {
    externalId: string;
    update: FileChangeAssetCentricProperties;
}

Hierarchy (view full)

Properties

Properties

externalId: string