export default class UserSettingEntry {
    scope: number;
    key: string;
    value: string;
    updateDt: number;
}
