Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AboutMe: string
AskMeAbout: string[]
Avatar: string | null
Birthday: string
CacheResult<TElement>: CacheResultNoHit | CacheResultHit<TElement>

Type parameters

  • TElement

City: string
Connection: any
Country: string
DisableNotificationSound: boolean

Do not play a sound when displaying notifications

FirstName: string
LastName: string
Links: string[]
ListOfEmailAddresses: string[]
PreferredName: string
Pronouns: string
SendCommand: "shift+enter" | "ctrl+enter" | "enter"

Command to send a message

SingleEmailAddress: string
StartedAtTheCompany: string
StreamQuery<TContract>: (id: string) => Promise<TContract[]>

Type parameters

Type declaration

    • (id: string): Promise<TContract[]>
    • Parameters

      • id: string

      Returns Promise<TContract[]>

Timezone: string

Generated using TypeDoc