* wip added QR code app, needs settings * added QR code settings, needs eventType.URL * Make URL prop available to apps * Add recurringEvent in available. It was missing earlier * added autoAnimate to AppSettings * Remove isSunrise demo prop * Simplify schema even more Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { eventTypeAppCardZod } from "../eventTypeAppCardZod";
|
|
|
|
export const appDataSchema = eventTypeAppCardZod;
|