interface VideoLinkDto {
    text?: string;
    url?: string;
}

Properties

Properties

text?: string

text for the link

url?: string

URL for the link