Interface ApplicationPropertyValue

interface ApplicationPropertyValue {
    language?: string;
    muted?: boolean;
    name?: string;
    sorttokens?: ArrayString;
    version?: ApplicationPropertyValueVersion;
    volume?: number;
}

Properties

language?: string
muted?: boolean
name?: string
sorttokens?: ArrayString
volume?: number