UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines 226 B
export type SubscriptionStatus = 'Active' | 'Trial Active' | 'Trial Expired' | 'Free'; export interface IntercomContext { subDomain: string; subscriptionStatus: SubscriptionStatus; } //# sourceMappingURL=types.d.ts.map