Files
calendar/packages/trpc/react/shared.ts
T
08e1b0a9c8 feat: attributes (#15964)
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2024-08-15 14:49:05 -07:00

33 lines
480 B
TypeScript

export * from "@trpc/react-query/shared";
export const ENDPOINTS = [
"admin",
"apiKeys",
"appRoutingForms",
"apps",
"auth",
"availability",
"appBasecamp3",
"bookings",
"deploymentSetup",
"dsync",
"eventTypes",
"features",
"insights",
"payments",
"public",
"timezones",
"saml",
"slots",
"teams",
"organizations",
"users",
"viewer",
"webhook",
"workflows",
"appsRouter",
"googleWorkspace",
"oAuth",
"attributes",
] as const;