export interface UserPreference {
    key: string;
    value: any;
}
//# sourceMappingURL=user-preference.model.d.ts.map