UNPKG

@gigscom/embeds-js

Version:

prebuilt embeddable UI components on top of the Gigs API for the Web

9 lines (7 loc) 200 B
import { Porting } from '.' // Reduced version of a subscription because we only care about the porting export type Subscription = { object: 'subscription' id: string porting: Porting | null }