UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

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