35 lines
582 B
TypeScript
35 lines
582 B
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const REDIRECT_APPS = [
|
|
"amie",
|
|
"autocheckin",
|
|
"baa-for-hipaa",
|
|
"bolna",
|
|
"caretta",
|
|
"chatbase",
|
|
"clic",
|
|
"cron",
|
|
"deel",
|
|
"elevenlabs",
|
|
"fonio-ai",
|
|
"framer",
|
|
"granola",
|
|
"greetmate-ai",
|
|
"lindy",
|
|
"linear",
|
|
"millis-ai",
|
|
"monobot",
|
|
"n8n",
|
|
"pipedream",
|
|
"raycast",
|
|
"retell-ai",
|
|
"synthflow",
|
|
"telli",
|
|
"vimcal",
|
|
"wordpress",
|
|
"zapier",
|
|
] as const;
|
|
export type RedirectApp = (typeof REDIRECT_APPS)[number];
|