We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9d619 commit e87a994Copy full SHA for e87a994
1 file changed
src/shared/src/types/user-types.ts
@@ -3,7 +3,7 @@
3
* See the LICENSE file in the repository root folder for details.
4
*/
5
6
-import { AvailabilityCreateArgs } from './calendar-types.js';
+import type { AvailabilityCreateArgs } from './calendar-types.js';
7
8
export interface User {
9
userId: string;
0 commit comments