JSFiddle - React, Tailwind, and code Playground

by Gerald Gillespie

TypeScript

interface BopisEventI {
  type: 'VENDOR_CANCELED' | 'VENDOR_PICKED_UP';
}

class BopisEvent {


constructor(options : {type: }){
  
}

  onCreate(){
  
  }
  
  on

}