Interface XBMCGetInfoLabelsParams

interface XBMCGetInfoLabelsParams {
    labels: string[];
}

Properties

Properties

labels: string[]