/** * Default value shipped with the template so `npm run dev` works before scaffolding. * The CLI (create-exotel-gwt-app) overwrites this file based on the chosen use case. */ export type GwtUseCaseKey = "blank-app" | "call-session-monitor" | "global-events-logger"; export const GWT_USE_CASE_KEY: GwtUseCaseKey = "blank-app";