Skip to Content
SdkReactInternalInterfacesCreateUserPreferenceOptions

CreateUserPreferenceOptions

Defined in: src/lib/db/userPreferences/types.ts:113 

Options for creating a new user preference record

Properties

description?

optional description: string

Defined in: src/lib/db/userPreferences/types.ts:117 


models?

optional models: string

Defined in: src/lib/db/userPreferences/types.ts:118 


nickname?

optional nickname: string

Defined in: src/lib/db/userPreferences/types.ts:115 


occupation?

optional occupation: string

Defined in: src/lib/db/userPreferences/types.ts:116 


personality?

optional personality: string

Defined in: src/lib/db/userPreferences/types.ts:119 


walletAddress

walletAddress: string

Defined in: src/lib/db/userPreferences/types.ts:114 

Last updated on