export type UserPreferencePayload = Record; export type UserPreference = { code: string; values?: string[]; payload?: UserPreferencePayload; groupId?: string; updatedDate: string; };