export type DeGiroSettupType = {
  username?: string,
  pwd?: string,
  oneTimePassword?: string,
  jsessionId?: string,
}