cal/apps/web/_app/_types.ts
2023-12-14 14:40:40 -07:00

4 lines
76 B
TypeScript

export type Params = {
[param: string]: string | string[] | undefined;
};