Interface AddonInfoDto

interface AddonInfoDto {
    callId: string;
    id: string;
    name: LanguageString;
    rights: string[];
    url: string;
}

Properties

Properties

callId: string
id: string
rights: string[]
url: string