Download ssitdikov / mediascout-api-client / CreativeMediaDataFileTypes.php - Solve class 'CreativeMediaDataFileTypes' not found
This file is part of the package ssitdikov/mediascout-api-client.
Please go to our download page to download this composer package and to solve the problem class 'CreativeMediaDataFileTypes' not found.
Download ssitdikov/mediascout-api-client
Class is not correct?
Search class
<?php
namespace Ssitdikov\MediascoutApiClient\Types;
interface CreativeMediaDataFileTypes
{
public const IMAGE = 'Image';
public const VIDEO = 'Video';
public const AUDIO = 'Audio';
public const ZIP = 'Zip';
public const OTHER = 'other';
}