We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0fe80 commit 9024bc9Copy full SHA for 9024bc9
clients/javascript/lib/gen_types/Weekday.ts
clients/javascript/lib/gen_types/index.ts
@@ -112,4 +112,3 @@ export * from './UserDTO'
112
export * from './UserIntegration'
113
export * from './UserResponse'
114
export * from './WeekDayRecurrence'
115
-export * from './Weekday'
crates/domain/src/shared/mod.rs
@@ -6,4 +6,3 @@ pub mod metadata;
6
pub mod recurrence;
7
pub mod recurrence_query;
8
pub mod string_query;
9
-pub mod weekday;
crates/domain/src/shared/weekday.rs
0 commit comments