@expofp/floorplan
Version:
Interactive floor plan library for expos and events
14 lines • 350 B
TypeScript
/**
* ExpoFP Manifest format
* TODO: Keep this in sync with packages/data/src/lib/manifest.ts until this copy is removed.
*/
export interface Manifest {
expo: string;
/** @deprecated */
legacyDataVersion?: {
version: string;
};
/** @deprecated */
legacyDataUrlBase?: string;
}
//# sourceMappingURL=manifest.d.ts.map