UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

12 lines 294 B
export type WebUserSettingType = { desktop: { hasClosedFeedbackPromotion: boolean, hasSeenProductTour: boolean, isAccountSummaryOpened: boolean, hasClosedInvitationPromotion: boolean, accountSummaryPosition: string, }, mobile: { hasSeenProductTour: boolean, }, }