2
0
Files
cal/calcom/apps/web/lib/withLocale.tsx

4 lines
95 B
TypeScript
Raw Normal View History

2024-08-09 00:39:27 +02:00
export type WithLocaleProps<T extends Record<string, unknown>> = T & {
newLocale: string;
};