Interface IAppMedia

interface IAppMedia {
    id: string;
    link: string;
    name: string;
    type: string;
}

Properties

Properties

id: string
link: string
name: string
type: string