interface ImportWaitForMasterVariantEventData {
    id: string;
    importContainerKey: string;
    version: number;
}

Properties

id: string

The id of the Import Operation with the waitForMasterVariant state.

importContainerKey: string

The key of the Import Container.

version: number

The version of the Import Operation with the waitForMasterVariant state.