JSFiddle - React, Tailwind, and code Playground
TypeScript
interface BopisEventI {
type: 'VENDOR_CANCELED' | 'VENDOR_PICKED_UP';
}
class BopisEvent {
constructor(options : {type: }){
}
onCreate(){
}
on
}
interface BopisEventI {
type: 'VENDOR_CANCELED' | 'VENDOR_PICKED_UP';
}
class BopisEvent {
constructor(options : {type: }){
}
onCreate(){
}
on
}