StanzaJS Discussion - 2020-03-23


  1. Alex @Lance, regarding the vacrd issue I posted on GitHub, is this how yo would fix the interfaced and types? ``` type VCardTempEmailType = | 'home' | 'internet' | 'work'; export interface VCardTempEmail { type: 'email'; value?: string; preferred?: boolean; types?: VCardTempEmailType[]; } ```
  2. Alex if yes, I can work on a PR
  3. Lance that looks correct, yes
  4. Lance and thank you for a PR. rather busy keeping video servers for Talky alive today
  5. Alex I imagine, no worries. I will work on a PR