Interface AccountUserSettingsInterest

interface AccountUserSettingsInterest {
    title: string;
    value: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

title: string
value: string

Generated using TypeDoc