-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathts_errors.txt
More file actions
6 lines (6 loc) · 1.9 KB
/
ts_errors.txt
File metadata and controls
6 lines (6 loc) · 1.9 KB
1
2
3
4
5
6
src/actions/sync-subscription.ts(69,17): error TS2322: Type '{ userId: string | undefined; status: string; polarSubscriptionId: string; currentPeriodEnd: Date; }' is not assignable to type '(Without<SubscriptionCreateInput, SubscriptionUncheckedCreateInput> & SubscriptionUncheckedCreateInput) | (Without<...> & SubscriptionCreateInput)'.
Type '{ userId: string | undefined; status: string; polarSubscriptionId: string; currentPeriodEnd: Date; }' is not assignable to type 'Without<SubscriptionUncheckedCreateInput, SubscriptionCreateInput> & SubscriptionCreateInput'.
Type '{ userId: string | undefined; status: string; polarSubscriptionId: string; currentPeriodEnd: Date; }' is not assignable to type 'Without<SubscriptionUncheckedCreateInput, SubscriptionCreateInput>'.
Types of property 'userId' are incompatible.
Type 'string | undefined' is not assignable to type 'undefined'.
Type 'string' is not assignable to type 'undefined'.