interface UserPreference {
    key: string;
    userId: string;
    value: string;
}

Implemented by

Properties

Properties

key: string
userId: string
value: string

Generated using TypeDoc