Skip to main content

Interface: AccountSearchParams

types/account.AccountSearchParams

Properties

email

Optional email: string

Email field for the account

Defined in

types/account.ts:61


ext_id

Optional ext_id: string

Ext ID field for the account (used in combination with provider)

Defined in

types/account.ts:65


provider

Optional provider: string

Provider field for the account (used in combination with ext_id)

Defined in

types/account.ts:69


username

Optional username: string

Username field for the account

Defined in

types/account.ts:57