Response data for the Clip storage.

interface MediaAssetStorageResponseModel {
    path?: string;
    type: MediaAssetStorageType;
}

Properties

Properties

path?: string

Optional, Path to clip storage location.

Storage type.