interface SetPreference {
    key: string;
    value: any;
}

Properties

Properties

key: string

The key of the preference. The maximum length is 255 characters.

value: any